Skip to content

Commit

Permalink
Merge pull request #18 from stvnksslr/release-plz-2024-11-10T03-12-08Z
Browse files Browse the repository at this point in the history
chore: release v2024.4.0
  • Loading branch information
stvnksslr authored Nov 10, 2024
2 parents 46e016a + ee5317f commit bf90fb4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uv-migrator"
version = "2024.3.4"
version = "2024.4.0"
edition = "2021"
authors = ["[email protected]"]
description = "Tool for converting various python package soltutions to use the uv solution by astral"
Expand All @@ -20,4 +20,4 @@ toml = "0.8.19"
which = "6.0.3"

[dev-dependencies]
tempfile = "3.10.1"
tempfile = "3.10.1"

0 comments on commit bf90fb4

Please sign in to comment.