File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Next]
99
10+ [ Compare v0.1.1...main] ( https://github.com/trinistr/object_forge/compare/v0.1.1...main )
11+
12+ ## [ v0.1.1]
13+
1014** Added**
1115- ` Forge#forge ` (and all proxy methods) now accept an optional block, yielding the forged object to do user-defined post-processing.
1216
1317** Changed**
1418- [ Breaking] ` Forge#forge ` no longer accepts array of traits and hash of overrides as positional arguments.
1519
16- [ Compare v0.1.0...main ] ( https://github.com/trinistr/object_forge/compare/v0.1.0...main )
20+ [ Compare v0.1.0...v0.1.1 ] ( https://github.com/trinistr/object_forge/compare/v0.1.0...v0.1.1 )
1721
1822## [ v0.1.0]
1923
@@ -28,5 +32,6 @@ Initital implementation.
2832[ Compare v0.0.0...v0.1.0] ( https://github.com/trinistr/object_forge/compare/v0.0.0...v0.1.0 )
2933
3034[ Next ] : https://github.com/trinistr/object_forge/tree/main
35+ [ v0.1.1 ] : https://github.com/trinistr/object_forge/tree/v0.1.1
3136[ v0.1.0 ] : https://github.com/trinistr/object_forge/tree/v0.1.0
3237[ 🚀 CI ] : https://github.com/trinistr/object_forge/actions/workflows/CI.yaml
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- object_forge (0.1.0 )
4+ object_forge (0.1.1 )
55 concurrent-ruby (~> 1.2 )
66
77GEM
Original file line number Diff line number Diff line change 22
33module ObjectForge
44 # Current version
5- VERSION = "0.1.0 "
5+ VERSION = "0.1.1 "
66end
You can’t perform that action at this time.
0 commit comments