Skip to content

Commit 86b9295

Browse files
authored
chore: release v0.5.0 (#39)
1 parent a72ffd3 commit 86b9295

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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.5.0](https://github.com/mamba-org/resolvo/compare/v0.4.1...v0.5.0) - 2024-06-03
10+
11+
### Added
12+
- root constraints ([#38](https://github.com/mamba-org/resolvo/pull/38))
13+
14+
### Other
15+
- small memory performance optimizations ([#35](https://github.com/mamba-org/resolvo/pull/35))
16+
917
## [0.4.1](https://github.com/mamba-org/resolvo/compare/v0.4.0...v0.4.1) - 2024-05-22
1018

1119
### Added

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "resolvo"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["Adolfo Ochagavía <github@adolfo.ochagavia.nl>", "Bas Zalmstra <zalmstra.bas@gmail.com>", "Tim de Jager <tdejager89@gmail.com>"]
55
description = "Fast package resolver written in Rust (CDCL based SAT solving)"
66
keywords = ["dependency", "solver", "version"]

0 commit comments

Comments
 (0)