Skip to content

Commit da83816

Browse files
committed
v0.1.1
1 parent 5bf2cf4 commit da83816

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
object_forge (0.1.0)
4+
object_forge (0.1.1)
55
concurrent-ruby (~> 1.2)
66

77
GEM

lib/object_forge/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module ObjectForge
44
# Current version
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66
end

0 commit comments

Comments
 (0)