Skip to content

Commit

Permalink
Merge pull request #14 from stvnksslr/release-plz-2024-10-21T00-32-02Z
Browse files Browse the repository at this point in the history
chore: release v2024.3.2
  • Loading branch information
stvnksslr authored Oct 21, 2024
2 parents 502be0e + f5c2015 commit 125ccc3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 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.3.2](https://github.com/stvnksslr/uv-migrator/compare/v2024.3.1...v2024.3.2) - 2024-10-21

### Added
- *(private package indexes)* because of the way the migrator tool is setup it requires adding the packages and creating a lockfile which can cause issues if a given package cannot be seen due to being in a private index this can be fixed by fetching from a global pip.conf or providing a index url (by @stvnksslr)

### Other
- *(changing defaults)* By default doesnt pin the python version via a .python-versions file incase the user uses asdf/mise and .tool-versions files (by @stvnksslr)

### Contributors

* @stvnksslr
## [2024.3.1](https://github.com/stvnksslr/uv-migrator/compare/v2024.3.0...v2024.3.1) - 2024-10-11

### Fixed
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uv-migrator"
version = "2024.3.1"
version = "2024.3.2"
edition = "2021"
authors = ["[email protected]"]
description = "Tool for converting various python package soltutions to use the uv solution by astral"
Expand Down

0 comments on commit 125ccc3

Please sign in to comment.