diff --git a/CHANGELOG.md b/CHANGELOG.md index cbef3eb..26b7466 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/mamba-org/resolvo/compare/resolvo-v0.6.0...resolvo-v0.6.1) - 2024-06-10 + +### Added +- add `DependencySnapshot` ([#44](https://github.com/mamba-org/resolvo/pull/44)) + +### Fixed +- publish state of tool + ## [0.6.0](https://github.com/mamba-org/resolvo/compare/v0.5.0...v0.6.0) - 2024-06-07 ### Other diff --git a/Cargo.toml b/Cargo.toml index 5ce1b70..09e4710 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["tools/solve-snapshot"] [package] name = "resolvo" -version = "0.6.0" +version = "0.6.1" authors = ["Adolfo OchagavĂ­a ", "Bas Zalmstra ", "Tim de Jager "] description = "Fast package resolver written in Rust (CDCL based SAT solving)" keywords = ["dependency", "solver", "version"] @@ -36,4 +36,4 @@ proptest = "1.2" tracing-test = { version = "0.2.4", features = ["no-env-filter"] } tokio = { version = "1.35.1", features = ["time", "rt"] } resolvo = { path = ".", features = ["tokio"] } -serde_json = "1.0" \ No newline at end of file +serde_json = "1.0"