diff --git a/CHANGELOG.md b/CHANGELOG.md index a6f0991..9196a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ 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.4.0](https://github.com/stvnksslr/uv-migrator/compare/v2024.3.4...v2024.4.0) - 2024-11-10 + +### Added +- *(tests)* requirements.txt and poetry parser and migration tests, these should have been in from the getgo but will also work as a better frame of reference for other tools (by @stvnksslr) + +### Other +- *(readme)* minor readme tune up (by @stvnksslr) + +### Contributors + +* @stvnksslr ## [2024.3.4](https://github.com/stvnksslr/uv-migrator/compare/v2024.3.3...v2024.3.4) - 2024-11-09 ### Other diff --git a/Cargo.lock b/Cargo.lock index ea685e1..0c0b670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,7 +493,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uv-migrator" -version = "2024.3.4" +version = "2024.4.0" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 10eb8a6..9ab605e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-migrator" -version = "2024.3.4" +version = "2024.4.0" edition = "2021" authors = ["stvnksslr@gmail.com"] description = "Tool for converting various python package soltutions to use the uv solution by astral" @@ -20,4 +20,4 @@ toml = "0.8.19" which = "6.0.3" [dev-dependencies] -tempfile = "3.10.1" \ No newline at end of file +tempfile = "3.10.1"