Skip to content

Commit

Permalink
馃敄 Prepare release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Mar 17, 2023
1 parent c2a1605 commit 621d7cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed

## [2.0.0] - 2023-03-17 ([tag][2.0.0t])
### Removed
- Drop Ruby 2.2 support

## [1.1.2] - 2023-03-17 ([tag][1.1.2t])
### Added
- `VersionGem::Ruby` to help library CI integration against many different versions of Ruby (@pboling)
Expand Down Expand Up @@ -49,7 +53,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release, with basic version parsing API (@pboling)

[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...HEAD
[Unreleased]: https://gitlab.com/oauth-xx/version_gem/-/compare/v2.0.0...HEAD
[2.0.0]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.2...v2.0.0
[2.0.0t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v2.0.0
[1.1.2]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.1...v1.1.2
[1.1.2t]: https://gitlab.com/oauth-xx/oauth2/-/tags/v1.1.2
[1.1.1]: https://gitlab.com/oauth-xx/version_gem/-/compare/v1.1.0...v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
version_gem (1.1.2)
version_gem (2.0.0)

GEM
remote: https://rubygems.org/
Expand Down
1 change: 1 addition & 0 deletions checksums/version_gem-2.0.0.gem.sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d1a07c446c351fe776e003a0ea88b8b365bbdc617ce6cc359c45f388ad03f3d4
1 change: 1 addition & 0 deletions checksums/version_gem-2.0.0.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
71a5dc9786c0f04d7c1820effac31acb0f4bacb3ed5ab347f1e18c5fd012fabe9336428d6b646ee4e6737d1f79e2437b891c7d2e6e25e0d4a47bb2b90f309d4d
2 changes: 1 addition & 1 deletion lib/version_gem/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module VersionGem
module Version
VERSION = '1.1.2'
VERSION = '2.0.0'
# This would work in this gem, but not in external libraries,
# because version files are loaded in Gemspecs before bundler
# has a chance to load dependencies.
Expand Down

0 comments on commit 621d7cd

Please sign in to comment.