Skip to content

Commit

Permalink
^ Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Oct 11, 2023
1 parent 66e7e1f commit d431bdc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Nothing


## [Unreleased]
## [0.1.2]

### Changed

- Requires Ruby 3.0, contracts >= 0.17 (Ruby 2.7 EOL)
- Make code "Object Shape friendly"
(https://github.com/PikachuEXE/contracted_value/pull/5)


## [0.1.1]

### Changed

Expand All @@ -35,4 +44,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/PikachuEXE/contracted_value/compare/v0.1.0...HEAD
[0.1.2]: https://github.com/PikachuEXE/contracted_value/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/PikachuEXE/contracted_value/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion lib/contracted_value/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ContractedValue
VERSION = "0.1.1"
VERSION = "0.1.2"
end

0 comments on commit d431bdc

Please sign in to comment.