From a921e60d39103839e17d1f5109e79098e6d3910a Mon Sep 17 00:00:00 2001 From: Steven Kessler <9701252+stvnksslr@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:06:22 -0500 Subject: [PATCH] chore: release v2025.6.1 (#62) --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543df18..e044574 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] +## [2025.6.1](https://github.com/stvnksslr/uv-migrator/compare/v2025.6.0...v2025.6.1) - 2025-02-21 + +### Fixed +- *(readme)* minor formatting change (by @stvnksslr) + +### Other +- chore(rust 1.85 + rust 2024 edition): (by @stvnksslr) + +### Contributors + +* @stvnksslr ## [2025.6.0](https://github.com/stvnksslr/uv-migrator/compare/v2025.5.1...v2025.6.0) - 2025-02-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 1e50496..f420d92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1837,7 +1837,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uv-migrator" -version = "2025.6.0" +version = "2025.6.1" dependencies = [ "clap", "dirs", diff --git a/Cargo.toml b/Cargo.toml index 7ef01e8..8207bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-migrator" -version = "2025.6.0" +version = "2025.6.1" edition = "2024" authors = ["stvnksslr@gmail.com"] description = "Tool for converting various python package soltutions to use the uv solution by astral"