Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbeck committed May 9, 2019
1 parent a6d1ed4 commit a20c549
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,27 @@ Added:

Fixed:

- None

## 0.5.1 (2019-05-09)

Breaking changes:

- None

Added:

- None

Fixed:

- Stable Ruby releases are no longer considered pre-releases (80534fa)
- Avoid crash due to malformed version strings by skipping those dependencies (7b0b2cf)

Dependencies:

- Support bundler 2

## 0.5.0 (2017-12-27)

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bundle exec rspec
## Releases

1. Set the version in `lib/libyear_bundler/version.rb`
- Follow SEMVER
- Follow SemVer
- Only use integer-dot-integer-dot-integer format, never "pre-releases"
1. In the changelog,
- Replace "Unreleased" with the date in ISO-8601 format
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.0".freeze
VERSION = "0.5.1".freeze
end

0 comments on commit a20c549

Please sign in to comment.