From 316f81d615ca3998c6f448ca63846251b9a920ba Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Mon, 3 Jun 2024 09:09:00 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01cbc8e..687984c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0](https://github.com/mamba-org/resolvo/compare/v0.4.1...v0.5.0) - 2024-06-03 + +### Added +- root constraints ([#38](https://github.com/mamba-org/resolvo/pull/38)) + +### Other +- small memory performance optimizations ([#35](https://github.com/mamba-org/resolvo/pull/35)) + ## [0.4.1](https://github.com/mamba-org/resolvo/compare/v0.4.0...v0.4.1) - 2024-05-22 ### Added diff --git a/Cargo.toml b/Cargo.toml index 919ac4e..4ff519e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resolvo" -version = "0.4.1" +version = "0.5.0" authors = ["Adolfo OchagavĂ­a ", "Bas Zalmstra ", "Tim de Jager "] description = "Fast package resolver written in Rust (CDCL based SAT solving)" keywords = ["dependency", "solver", "version"]