diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..01cbc8e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.4.1](https://github.com/mamba-org/resolvo/compare/v0.4.0...v0.4.1) - 2024-05-22 + +### Added +- add release-plz ([#32](https://github.com/mamba-org/resolvo/pull/32)) + +### Fixed +- relax ord constraint ([#31](https://github.com/mamba-org/resolvo/pull/31)) + +### Other +- dependencies ([#33](https://github.com/mamba-org/resolvo/pull/33)) +- add projects using resolvo diff --git a/Cargo.toml b/Cargo.toml index a98afcf..adc720e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "resolvo" -version = "0.4.0" +version = "0.4.1" authors = ["Adolfo OchagavĂ­a ", "Bas Zalmstra ", "Tim de Jager "] description = "Fast package resolver written in Rust (CDCL based SAT solving)" keywords = ["dependency", "solver", "version"]