diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab39e7..3a80326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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] +## [2024.2.3](https://github.com/stvnksslr/uv-migrator/compare/v2024.2.2...v2024.2.3) - 2024-10-10 + +### Added +- *(release flow)* unified cargo + github release with multi arch binaries and change log (by @stvnksslr) + +### Contributors + +* @stvnksslr ## [2024.2.2](https://github.com/stvnksslr/uv-migrator/compare/v2024.2.1...v2024.2.2) - 2024-10-09 ### Added diff --git a/Cargo.lock b/Cargo.lock index be78647..7b59566 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uv-migrator" -version = "2024.2.2" +version = "2024.2.3" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index 5ed22a3..109802f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-migrator" -version = "2024.2.2" +version = "2024.2.3" edition = "2021" authors = ["stvnksslr@gmail.com"] description = "Tool for converting various python package soltutions to use the uv solution by astral"