Skip to content

Commit f7895f8

Browse files
authored
chore: release v0.8.3 (#76)
1 parent f58e000 commit f7895f8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.8.3](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.2...resolvo-v0.8.3) - 2024-11-01
10+
11+
### Fixed
12+
13+
- constraint at root can conflict ([#79](https://github.com/mamba-org/resolvo/pull/79))
14+
15+
### Other
16+
17+
- *(ci)* bump prefix-dev/rattler-build-action from 0.2.16 to 0.2.18 ([#78](https://github.com/mamba-org/resolvo/pull/78))
18+
- *(ci)* bump prefix-dev/rattler-build-action from 0.2.15 to 0.2.16 ([#75](https://github.com/mamba-org/resolvo/pull/75))
19+
920
## [0.8.2](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.1...resolvo-v0.8.2) - 2024-10-04
1021

1122
### 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.2"
6+
version = "0.8.3"
77
authors = ["Adolfo Ochagavía <github@adolfo.ochagavia.nl>", "Bas Zalmstra <zalmstra.bas@gmail.com>", "Tim de Jager <tdejager89@gmail.com>"]
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.2", path = "../" }
19+
resolvo = { version = "0.8.3", path = "../" }
2020

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

0 commit comments

Comments
 (0)