diff --git a/CHANGELOG.md b/CHANGELOG.md index 6821f72..d6dcddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht ## [Unreleased] +## [0.7.1] - 2026-05-09 + ### Removed - Unused `backend` / `PKGREP_BACKEND` configuration handling after the object storage feature removal. diff --git a/Cargo.lock b/Cargo.lock index 1245b4b..7177474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1122,7 +1122,7 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" [[package]] name = "pkgrep" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c0c47ff..957606a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pkgrep" -version = "0.7.0" +version = "0.7.1" edition = "2024" description = "Dependency source cache helper for developers and coding agents" license = "MIT"