Skip to content

Commit

Permalink
chore: release 0.6.0 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Jan 20, 2025
1 parent 9b2bcd1 commit 34a4463
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.6.0 - 2025-01-20

Existing data in `[project]` section of `pyproject.toml` is now preserved by default when migrating. If you prefer that the section is fully replaced, this can be done by setting `--replace-project-section` flag, like so:

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 = "migrate-to-uv"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
rust-version = "1.84"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "migrate-to-uv"
version = "0.5.0"
version = "0.6.0"
description = ""
authors = [{ name = "Mathieu Kniewallner", email = "mathieu.kniewallner@gmail.com" }]
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

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

0 comments on commit 34a4463

Please sign in to comment.