Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Campbell committed Jul 25, 2022
1 parent d73849a commit 3ae47d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0]

* Add `enum` type using validator to core library.

## [0.4.1]
Expand Down Expand Up @@ -34,6 +36,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Initial release

[Unreleased]: https://github.com/zaikio/serialize_attributes/compare/v0.3.0..HEAD
[Unreleased]: https://github.com/zaikio/serialize_attributes/compare/v0.5.0..HEAD
[0.5.0]: https://github.com/zaikio/serialize_attributes/compare/v0.4.1..v0.5.0
[0.4.1]: https://github.com/zaikio/serialize_attributes/compare/v0.4.0..v0.4.1
[0.4.0]: https://github.com/zaikio/serialize_attributes/compare/v0.3.1..v0.4.0
[0.3.1]: https://github.com/zaikio/serialize_attributes/compare/v0.3.0..v0.3.1
[0.3.0]: https://github.com/zaikio/serialize_attributes/compare/v0.2.0..v0.3.0
[0.2.0]: https://github.com/zaikio/serialize_attributes/compare/v0.1.0..v0.2.0
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:
serialize_attributes (0.4.1)
serialize_attributes (0.5.0)
activemodel (>= 6)

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

module SerializeAttributes
VERSION = "0.4.1"
VERSION = "0.5.0"
end

0 comments on commit 3ae47d7

Please sign in to comment.