diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..af55ef0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.2.1" } diff --git a/.version.txt b/.version.txt index 0ea3a94..0c62199 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.2.0 +0.2.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3549a..ce99eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/rubyists/leopard/compare/v0.2.0...v0.2.1) (2025-08-08) + + +### Bug Fixes + +* Do not leak SemanticLogger settings outside of isolation ([#30](https://github.com/rubyists/leopard/issues/30)) ([524595c](https://github.com/rubyists/leopard/commit/524595c37f114ec28f40abc841ecb3c7b6579f5a)) + ## [0.2.0](https://github.com/rubyists/leopard/compare/v0.1.7...v0.2.0) (2025-08-07) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index c832a1b..53e925d 100644 --- a/lib/leopard/version.rb +++ b/lib/leopard/version.rb @@ -3,7 +3,7 @@ module Rubyists module Leopard # x-release-please-start-version - VERSION = '0.2.0' + VERSION = '0.2.1' # x-release-please-end end end