Skip to content

Commit

Permalink
chore(master): release 0.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
1 parent a16a106 commit 77aa2ec
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.101.0](https://github.com/trailblazer/trailblazer-finder/compare/v0.100.0...v0.101.0) (2024-10-02)


### Features

* remove casting from the finder ([#53](https://github.com/trailblazer/trailblazer-finder/issues/53)) ([a16a106](https://github.com/trailblazer/trailblazer-finder/commit/a16a1067e330f3913e93ed2a25468554da5b5473))


### Bug Fixes

* use left instead of fail internally ([#51](https://github.com/trailblazer/trailblazer-finder/issues/51)) ([271b141](https://github.com/trailblazer/trailblazer-finder/commit/271b141b487ca178b4d4ed371b360f79e262b671))

## [0.100.0](https://github.com/trailblazer/trailblazer-finder/compare/v0.92.0...v0.100.0) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion lib/trailblazer/finder/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Trailblazer
class Finder
VERSION = "0.200.0"
VERSION = "0.101.0"
end
end

0 comments on commit 77aa2ec

Please sign in to comment.