From 77aa2ec9d15f626f2d0f1f1c4714627df6e67d20 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:28:25 +0000 Subject: [PATCH] chore(master): release 0.101.0 --- CHANGELOG.md | 12 ++++++++++++ lib/trailblazer/finder/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44def97..c12a23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/trailblazer/finder/version.rb b/lib/trailblazer/finder/version.rb index 1ee8bb5..58b818e 100644 --- a/lib/trailblazer/finder/version.rb +++ b/lib/trailblazer/finder/version.rb @@ -2,6 +2,6 @@ module Trailblazer class Finder - VERSION = "0.200.0" + VERSION = "0.101.0" end end