diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1bae8f9..38aca26 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.5.1"} +{".":"0.5.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index d362737..8d39880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/baz-scm/gomod-parser/compare/v0.5.1...v0.5.2) (2026-06-09) + + +### ✨ New Features + +* Add multi-line `tool` support. ([#40](https://github.com/baz-scm/gomod-parser/issues/40)) ([35703e2](https://github.com/baz-scm/gomod-parser/commit/35703e2fa15fce870614b6f02505b6b4bc055d5a)) + ## [0.5.1](https://github.com/baz-scm/gomod-parser/compare/v0.5.0...v0.5.1) (2026-05-25) diff --git a/Cargo.toml b/Cargo.toml index 912cb82..b60b6da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gomod-parser" -version = "0.5.1" +version = "0.5.2" edition = "2021" rust-version = "1.65" # MSRV