Skip to content

Commit 6f17183

Browse files
authored
chore: release v0.8.4 (#81)
1 parent 1392e58 commit 6f17183

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.4](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.3...resolvo-v0.8.4) - 2024-11-05
10+
11+
### Fixed
12+
13+
- constraint formatting ([#80](https://github.com/mamba-org/resolvo/pull/80))
14+
915
## [0.8.3](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.2...resolvo-v0.8.3) - 2024-11-01
1016

1117
### Fixed

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.3"
6+
version = "0.8.4"
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.3", path = "../" }
19+
resolvo = { version = "0.8.4", path = "../" }
2020

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

0 commit comments

Comments
 (0)