Skip to content

Commit

Permalink
Release 0.5.3, take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed Jun 26, 2020
1 parent 5319fc9 commit 481a5f9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ Added:

Fixed:

- None

## 0.5.3 (2020-06-26)

Breaking changes:

- None

Added:

- None

Fixed:

- Fix TypeError in `libyear-bundler --all` (#17)
- Fix ruby version issue for other metrics (#15)

Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ bin/test
- Replace "Unreleased" with the date in ISO-8601 format
- Add a new "Unreleased" section
1. Commit
1. git push origin master
1. Wait for CI to pass before tagging
1. git tag -a -m "v0.5.0" "v0.5.0" # or whatever number
1. git push --tags origin master
1. gem build libyear-bundler.gemspec
Expand Down
2 changes: 1 addition & 1 deletion lib/libyear_bundler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module LibyearBundler
VERSION = "0.5.2".freeze
VERSION = "0.5.3".freeze
end

0 comments on commit 481a5f9

Please sign in to comment.