Skip to content

Commit 700de2c

Browse files
authored
chore: release 0.12.0 (#832)
1 parent 5ff976e commit 700de2c

6 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.12.0 - 2026-04-08
4+
5+
The project source code was moved under [a new GitHub organization](https://github.com/osprey-oss/migrate-to-uv). This release does not come with functional changes, but since the documentation has been moved to a [new URL](https://osprey-oss.github.io/migrate-to-uv/), it ensures that links are updated in the CLI and in PyPI metadata. See https://github.com/osprey-oss/migrate-to-uv/issues/823 for details about the move to an organization.
6+
37
## 0.11.1 - 2026-03-31
48

59
### Bug fixes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "migrate-to-uv"
3-
version = "0.11.1"
3+
version = "0.12.0"
44
edition = "2024"
55
rust-version = "1.94"
66
license = "MIT"

docs/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ icon: lucide/scroll-text
33
---
44
# Changelog
55

6+
## 0.12.0 - 2026-04-08
7+
8+
The project source code was moved under [a new GitHub organization](https://github.com/osprey-oss/migrate-to-uv). This release does not come with functional changes, but since the documentation has been moved to a [new URL](https://osprey-oss.github.io/migrate-to-uv/), it ensures that links are updated in the CLI and in PyPI metadata. See https://github.com/osprey-oss/migrate-to-uv/issues/823 for details about the move to an organization.
9+
610
## 0.11.1 - 2026-03-31
711

812
### Bug fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "migrate-to-uv"
7-
version = "0.11.1"
7+
version = "0.12.0"
88
description = ""
99
authors = [{ name = "Mathieu Kniewallner", email = "mathieu.kniewallner@gmail.com" }]
1010
requires-python = ">=3.8"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)