From 9645531d9e4b9422dba0cdeaa9121658e12a896c Mon Sep 17 00:00:00 2001 From: Steven Kessler <9701252+stvnksslr@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:41:40 -0400 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2995935..e5e295f 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.8](https://github.com/stvnksslr/uv-migrator/compare/v2024.2.7...v2024.2.8) - 2024-10-10 + +### Fixed +- fix(errors in release flow): (by @stvnksslr) + +### Contributors + +* @stvnksslr ## [2024.2.7](https://github.com/stvnksslr/uv-migrator/compare/v2024.2.6...v2024.2.7) - 2024-10-10 ### Other diff --git a/Cargo.lock b/Cargo.lock index 7442da9..4a9f253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -326,7 +326,7 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uv-migrator" -version = "2024.2.7" +version = "2024.2.8" dependencies = [ "env_logger", "log", diff --git a/Cargo.toml b/Cargo.toml index c787add..512cebb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uv-migrator" -version = "2024.2.7" +version = "2024.2.8" edition = "2021" authors = ["stvnksslr@gmail.com"] description = "Tool for converting various python package soltutions to use the uv solution by astral"