Skip to content

Commit c41d0df

Browse files
authored
chore: release v0.6.1 (#45)
1 parent 62cfe41 commit c41d0df

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.6.1](https://github.com/mamba-org/resolvo/compare/resolvo-v0.6.0...resolvo-v0.6.1) - 2024-06-10
10+
11+
### Added
12+
- add `DependencySnapshot` ([#44](https://github.com/mamba-org/resolvo/pull/44))
13+
14+
### Fixed
15+
- publish state of tool
16+
917
## [0.6.0](https://github.com/mamba-org/resolvo/compare/v0.5.0...v0.6.0) - 2024-06-07
1018

1119
### Other

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["tools/solve-snapshot"]
33

44
[package]
55
name = "resolvo"
6-
version = "0.6.0"
6+
version = "0.6.1"
77
authors = ["Adolfo Ochagavía <github@adolfo.ochagavia.nl>", "Bas Zalmstra <zalmstra.bas@gmail.com>", "Tim de Jager <tdejager89@gmail.com>"]
88
description = "Fast package resolver written in Rust (CDCL based SAT solving)"
99
keywords = ["dependency", "solver", "version"]
@@ -36,4 +36,4 @@ proptest = "1.2"
3636
tracing-test = { version = "0.2.4", features = ["no-env-filter"] }
3737
tokio = { version = "1.35.1", features = ["time", "rt"] }
3838
resolvo = { path = ".", features = ["tokio"] }
39-
serde_json = "1.0"
39+
serde_json = "1.0"

0 commit comments

Comments
 (0)