Skip to content

Commit

Permalink
chore: release 0.3.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Jan 12, 2025
1 parent 50929f7 commit 2e3c699
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.3.0 - 2025-01-12

Dependencies are now locked with `uv lock` at the end of the migration, if `uv` is detected as an executable. This new
behavior can be opted out by setting `--skip-lock` 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.2.1"
version = "0.3.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.2.1"
version = "0.3.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 2e3c699

Please sign in to comment.