diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b402cd..f8e73b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.1.2 - 2025-01-02 ### Bug fixes diff --git a/Cargo.lock b/Cargo.lock index 3f7509d..550f4d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,7 +305,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "migrate-to-uv" -version = "0.1.1" +version = "0.1.2" dependencies = [ "clap", "clap-verbosity-flag", diff --git a/Cargo.toml b/Cargo.toml index 1203bf7..1a19fa6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "migrate-to-uv" -version = "0.1.1" +version = "0.1.2" edition = "2021" rust-version = "1.83" license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index 1436862..2b6fe46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "migrate-to-uv" -version = "0.1.1" +version = "0.1.2" description = "" authors = [{ name = "Mathieu Kniewallner", email = "mathieu.kniewallner@gmail.com" }] requires-python = ">=3.8" diff --git a/uv.lock b/uv.lock index 5272272..468fcad 100644 --- a/uv.lock +++ b/uv.lock @@ -336,7 +336,7 @@ wheels = [ [[package]] name = "migrate-to-uv" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } [package.dev-dependencies]