From 9d7e39102a385e2c0c38350671bbf7d651ebfec5 Mon Sep 17 00:00:00 2001 From: Matheus Richard Date: Tue, 19 Jan 2021 14:05:50 -0300 Subject: [PATCH] Bump version --- CHANGELOG.md | 19 ++++++++++++++++++- Gemfile.lock | 4 ++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c48b772..57acdaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + + +## [0.2.0] - 2021-01-19 + +### Added + +- Allow using reserved words as attributes. + + +```ruby +Class.new do + extend EzAttributes -## + # This would break in 0.1.0. + # Now it works. + attributes :class, :if +end +``` ## [0.1.0] - 2020-11-24 diff --git a/Gemfile.lock b/Gemfile.lock index 2a3c95f..d9189fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ez_attributes (0.1.0) + ez_attributes (0.2.0) GEM remote: https://rubygems.org/ @@ -89,4 +89,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.1.4 + 2.2.6