Skip to content

Commit 4bb1f66

Browse files
davidsmfreireclaude
andcommitted
chore: bump workspace to 0.0.2
The 0.0.1 release cycle ended up half-published — `sqlshield` and `sqlshield-introspect` are on crates.io, the rest aren't, and the PyPI distribution name changed mid-release from `sqlshield` to `sqlshield-py`. Skip 0.0.1 for the remaining crates and let release-plz drive a clean 0.0.2 cycle for everything. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cf9e0dd commit 4bb1f66

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ members = [
99
]
1010

1111
[workspace.package]
12-
version = "0.0.1"
12+
version = "0.0.2"
1313
authors = ["David Freire <work@davidfrei.re>"]
1414
edition = "2021"
1515
rust-version = "1.80"
1616
license = "MIT"
1717
repository = "https://github.com/davidsmfreire/sqlshield"
1818

1919
[workspace.dependencies]
20-
sqlshield = { version = "0.0.1", path = "sqlshield" }
21-
sqlshield-introspect = { version = "0.0.1", path = "sqlshield-introspect" }
20+
sqlshield = { version = "0.0.2", path = "sqlshield" }
21+
sqlshield-introspect = { version = "0.0.2", path = "sqlshield-introspect" }

0 commit comments

Comments
 (0)