Skip to content

Commit

Permalink
release 0.0.3. 🍺
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 7, 2024
1 parent 3c3e8a1 commit 8382c61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.0.3]

* Introduce `Utils.inspect` to cover `Hash#inspect` tests across all Rubies, including 3.4.
* Introduce `:source_gem` and `:target`.
Todo: ADD TEST/DOCS/AUTOGENERATED automatically

## [0.0.2]

* Require `forwardable`.
Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/core/utils/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Trailblazer
module Core
module Utils
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end
end

0 comments on commit 8382c61

Please sign in to comment.