Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Apr 30, 2021
1 parent 759abc7 commit 0d74403
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- ### Changed -->
<!-- ### Removed -->

## [0.2.2] - 2021-04-30

### Changed

- Fix shared state between class instances. (Commit 759abc7cb971e6a30448f5e9557be4542128d7cf)

## [0.2.1] - 2021-01-20

### Changed
Expand Down Expand Up @@ -39,7 +45,8 @@ end

- Basic module to define class initializers with keyword args.

[unreleased]: https://github.com/MatheusRich/ez_attributes/compare/v0.2.1...HEAD
[unreleased]: https://github.com/MatheusRich/ez_attributes/compare/v0.2.2...HEAD
[0.2.2]: https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.2
[0.2.1]: https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.1
[0.2.0]: https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.0
[0.1.0]: https://github.com/MatheusRich/ez_attributes/releases/tag/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:
ez_attributes (0.2.1)
ez_attributes (0.2.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/ez_attributes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# => #<User:0x000055bac152f130 @name="Matheus", @age=22, @email="[email protected]">
module EzAttributes
# Gem version
VERSION = '0.2.1'
VERSION = '0.2.2'

# Attributes that won't have a getter to prevent conflicts with default methods
EXCEPTIONS = [:class].freeze
Expand Down

0 comments on commit 0d74403

Please sign in to comment.