From 2905dd2dc2a0c22937a7a75b3388db5fa68391d3 Mon Sep 17 00:00:00 2001 From: Bas Zalmstra Date: Mon, 3 Jun 2024 09:03:34 +0200 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01cbc8e..33445b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ 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)) + ## [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 adc720e..8cecfe6 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"]