diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a103a..9e618ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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] +## [2025.2.4](https://github.com/stvnksslr/uv-migrator/compare/v2025.2.3...v2025.2.4) - 2024-12-26 + +### Other +- chore(rolling back): (by @stvnksslr) +- *(fixing release names)* lining up release names with rust defaults vs goreleaser defaults (by @stvnksslr) +- *(updating install.sh)* filename formats changed slightly with the move back to goreleaser (by @stvnksslr) + +### Contributors + +* @stvnksslr ## [2025.2.3](https://github.com/stvnksslr/uv-migrator/compare/v2025.2.2...v2025.2.3) - 2024-12-26 ### Other diff --git a/Cargo.lock b/Cargo.lock index 77d3ae1..5e40913 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,7 +1782,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uv-migrator" -version = "2025.2.3" +version = "2025.2.4" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index b543fd1..f371797 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-migrator" -version = "2025.2.3" +version = "2025.2.4" edition = "2021" authors = ["stvnksslr@gmail.com"] description = "Tool for converting various python package soltutions to use the uv solution by astral"