Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
# Change Log

## [v0.1.3](https://github.com/jcouball/ruby_git/releases/tag/v0.1.3) (2020-09-24)

[Full Changelog](https://github.com/jcouball/ruby_git/compare/v0.1.2...v0.1.3)

**Merged pull requests:**

- Add Gem badge and correct home page URL [\#10](https://github.com/jcouball/ruby_git/pull/10) ([jcouball](https://github.com/jcouball))

## [v0.1.2](https://github.com/jcouball/ruby_git/releases/tag/v0.1.2) (2020-09-24)

[Full Changelog](https://github.com/jcouball/ruby_git/compare/v0.1.1...v0.1.2)
[Full Changelog](https://github.com/jcouball/ruby_git/compare/0.1.2...v0.1.2)

**Merged pull requests:**

- Release v0.1.2 [\#9](https://github.com/jcouball/ruby_git/pull/9) ([jcouball](https://github.com/jcouball))

## [0.1.2](https://github.com/jcouball/ruby_git/releases/tag/0.1.2) (2020-09-24)

[Full Changelog](https://github.com/jcouball/ruby_git/compare/v0.1.1...0.1.2)

**Merged pull requests:**

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version number and (2) update the CHANGELOG.md, and (3) tag the release.
* `git add lib/ruby_git/version.rb CHANGELOG.md`

* Commit, tag, and push changes to the repository
* ```git release `ruby -I lib -r ruby_git -e 'puts RubyGit::VERSION'` ```
* ```git release v`ruby -I lib -r ruby_git -e 'puts RubyGit::VERSION'` ```

* Create a PR with these changes, have it reviewed and approved, and merged to main.

Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_git/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
module RubyGit
# The ruby_git gem version
#
VERSION = '0.1.2'
VERSION = '0.1.3'
end