Skip to content

Commit

Permalink
Bump version and adapt changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Goltergaul committed Oct 6, 2022
1 parent 0bc1c15 commit 9d69d45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.8.1] - 2022-10-05
### Fixed
- Definition::Model#eql? returns true when comparing two models with the same content

## [0.8.0] - 2022-10-05
### Added
- A Definition::Initializer mixin that can be used to validate keyword arguments of a class constructor
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:
definition (0.8.0)
definition (0.8.1)
activesupport
i18n

Expand Down
2 changes: 1 addition & 1 deletion lib/definition/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Definition
VERSION = "0.8.0"
VERSION = "0.8.1"
end

0 comments on commit 9d69d45

Please sign in to comment.