Skip to content

Commit ee38359

Browse files
authored
chore: release v0.8.1 (#68)
1 parent 3177b92 commit ee38359

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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.8.1](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.0...resolvo-v0.8.1) - 2024-09-30
10+
11+
### Other
12+
13+
- implement a form of VSIDS ([#67](https://github.com/mamba-org/resolvo/pull/67))
14+
- *(ci)* bump prefix-dev/rattler-build-action from 0.2.13 to 0.2.14 ([#65](https://github.com/mamba-org/resolvo/pull/65))
15+
- visit fewer clauses during propagation ([#66](https://github.com/mamba-org/resolvo/pull/66))
16+
917
## [0.8.0](https://github.com/mamba-org/resolvo/compare/resolvo-v0.7.0...resolvo-v0.8.0) - 2024-09-09
1018

1119
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["cpp", "tools/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.0"
6+
version = "0.8.1"
77
authors = ["Adolfo Ochagavía <[email protected]>", "Bas Zalmstra <[email protected]>", "Tim de Jager <[email protected]>"]
88
homepage = "https://github.com/mamba-org/resolvo"
99
repository = "https://github.com/mamba-org/resolvo"

cpp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish = false
1616
crate-type = ["lib", "cdylib", "staticlib"]
1717

1818
[dependencies]
19-
resolvo = { version = "0.8.0", path = "../" }
19+
resolvo = { version = "0.8.1", path = "../" }
2020

2121
[build-dependencies]
2222
anyhow = "1"

0 commit comments

Comments
 (0)