diff --git a/CHANGELOG.md b/CHANGELOG.md index 10befd5..2f3fe2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/DecapodLabs/dactyl/compare/dactyl-db-v0.2.1...dactyl-db-v0.2.2) - 2026-08-01 + +### Fixed + +- *(release)* prevent recursive releases and tag collisions ([#36](https://github.com/DecapodLabs/dactyl/pull/36)) + +### Other + +- release v0.2.1 + ## [0.2.1](https://github.com/DecapodLabs/dactyl/compare/v0.1.6...v0.2.1) - 2026-08-01 ### Added diff --git a/Cargo.lock b/Cargo.lock index 6f93b0c..60f4d49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "dactyl-db" -version = "0.2.1" +version = "0.2.2" dependencies = [ "axum", "dactyl-db-macros", diff --git a/Cargo.toml b/Cargo.toml index 668e4a9..e15927d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dactyl-db" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.75" license = "MIT"