File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
<!-- ### Changed -->
12
12
<!-- ### Removed -->
13
13
14
+ ## [ 0.2.2] - 2021-04-30
15
+
16
+ ### Changed
17
+
18
+ - Fix shared state between class instances. (Commit 759abc7cb971e6a30448f5e9557be4542128d7cf)
19
+
14
20
## [ 0.2.1] - 2021-01-20
15
21
16
22
### Changed
39
45
40
46
- Basic module to define class initializers with keyword args.
41
47
42
- [ unreleased ] : https://github.com/MatheusRich/ez_attributes/compare/v0.2.1...HEAD
48
+ [ unreleased ] : https://github.com/MatheusRich/ez_attributes/compare/v0.2.2...HEAD
49
+ [ 0.2.2 ] : https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.2
43
50
[ 0.2.1 ] : https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.1
44
51
[ 0.2.0 ] : https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.0
45
52
[ 0.1.0 ] : https://github.com/MatheusRich/ez_attributes/releases/tag/v0.2.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ez_attributes (0.2.1 )
4
+ ez_attributes (0.2.2 )
5
5
6
6
GEM
7
7
remote: https://rubygems.org/
Original file line number Diff line number Diff line change 15
15
# => #<User:0x000055bac152f130 @name="Matheus", @age=22, @email="guest@user.com">
16
16
module EzAttributes
17
17
# Gem version
18
- VERSION = '0.2.1 '
18
+ VERSION = '0.2.2 '
19
19
20
20
# Attributes that won't have a getter to prevent conflicts with default methods
21
21
EXCEPTIONS = [ :class ] . freeze
You can’t perform that action at this time.
0 commit comments