Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MatheusRich committed Jan 19, 2021
1 parent a032950 commit 9d7e391
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


<!-- ### Added -->
<!-- ### Changed -->
<!-- ### Removed -->

## [0.2.0] - 2021-01-19

### Added

- Allow using reserved words as attributes.


```ruby
Class.new do
extend EzAttributes

## <!-- ### Removed -->
# This would break in 0.1.0.
# Now it works.
attributes :class, :if
end
```

## [0.1.0] - 2020-11-24

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
ez_attributes (0.1.0)
ez_attributes (0.2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -89,4 +89,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.1.4
2.2.6

0 comments on commit 9d7e391

Please sign in to comment.