Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
Changed:
- Announce the cross repo run information (#81)
- Use Github Actions for CI (#82)
- Replace Travis with Github Actions (#83)
  • Loading branch information
agrare committed Feb 8, 2022
1 parent 15e773c commit c34a802
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.0.0] - 2022-02-08
### Changed
- Announce the cross repo run information (#81)
- Use Github Actions for CI (#82)
- Replace Travis with Github Actions (#83)

## [1.2.1] - 2022-01-11
### Fixed
- Fix unpacking the hash for ruby 3 support
Expand Down Expand Up @@ -46,7 +52,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Fix an issue extracting tgz files smaller than 10Kb
- Fix an issue overriding gems whose repo name doesn't match

[Unreleased]: https://github.com/ManageIQ/more_core_extensions/compare/v1.2.1...HEAD
[Unreleased]: https://github.com/ManageIQ/more_core_extensions/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/ManageIQ/more_core_extensions/compare/v2.0.0...v1.2.1
[1.2.1]: https://github.com/ManageIQ/more_core_extensions/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/ManageIQ/more_core_extensions/compare/v1.1.3...v1.2.0
[1.1.3]: https://github.com/ManageIQ/more_core_extensions/compare/v1.1.2...v1.1.3
Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/cross_repo/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module CrossRepo
VERSION = "1.2.1"
VERSION = "2.0.0"
end
end

0 comments on commit c34a802

Please sign in to comment.