Skip to content

Commit 8382c61

Browse files
committed
release 0.0.3. 🍺
1 parent 3c3e8a1 commit 8382c61

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.0.3]
2+
3+
* Introduce `Utils.inspect` to cover `Hash#inspect` tests across all Rubies, including 3.4.
4+
* Introduce `:source_gem` and `:target`.
5+
Todo: ADD TEST/DOCS/AUTOGENERATED automatically
6+
17
## [0.0.2]
28

39
* Require `forwardable`.

lib/trailblazer/core/utils/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Trailblazer
22
module Core
33
module Utils
4-
VERSION = "0.0.2"
4+
VERSION = "0.0.3"
55
end
66
end
77
end

0 commit comments

Comments
 (0)