Skip to content

Commit 863e4f3

Browse files
authoredOct 4, 2024··
chore: release v0.8.2 (#74)
1 parent 53a3b64 commit 863e4f3

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.2](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.1...resolvo-v0.8.2) - 2024-10-04
10+
11+
### Fixed
12+
13+
- add missing ord trait for NameId ([#73](https://github.com/mamba-org/resolvo/pull/73))
14+
15+
### Other
16+
17+
- *(ci)* bump prefix-dev/rattler-build-action from 0.2.14 to 0.2.15 ([#71](https://github.com/mamba-org/resolvo/pull/71))
18+
- prepare cpp v0.2.0 ([#69](https://github.com/mamba-org/resolvo/pull/69))
19+
920
## [0.8.1](https://github.com/mamba-org/resolvo/compare/resolvo-v0.8.0...resolvo-v0.8.1) - 2024-09-30
1021

1122
### Other

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.