Skip to content

Commit

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


## [0.1.3] - 2023-10-11

### Fixed

- Revert `Make code "Object Shape friendly"`
Strange issue discovered in an app in production environment


## [0.1.2] - 2023-10-11

### Changed
Expand All @@ -44,6 +52,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[0.1.3]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.3
[0.1.2]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.2
[0.1.1]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.1
[0.1.0]: https://github.com/PikachuEXE/contracted_value/releases/tag/v0.1.0
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.2"
VERSION = "0.1.3"
end

0 comments on commit 2f73664

Please sign in to comment.