Skip to content

Commit 72bab80

Browse files
committed
chore(py): bump sqlshield-py to 0.0.3 and detach from workspace version
PyPI doesn't accept re-uploads of the same version, so the metadata fix in the previous commit can't ship as 0.0.2. Detach sqlshield-py's version from the shared workspace.package.version field so future metadata-only or Python-only fixes can ship without forcing every Rust crate to bump in lockstep.
1 parent 4d25629 commit 72bab80

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.

sqlshield-py/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[package]
22
name = "sqlshield-py"
3-
version.workspace = true
3+
# Tracked independently of the rest of the workspace because PyPI
4+
# rejects re-uploads of the same version, so metadata-only fixes
5+
# need a fresh number even when no Rust code changed.
6+
version = "0.0.3"
47
edition.workspace = true
58
authors.workspace = true
69
rust-version.workspace = true

0 commit comments

Comments
 (0)