workspace: bump bakery version to 0.7.2 and document tag honesty
Some checks failed
dev bakery / build (push) Successful in 1m11s
dev bread-theme / build (push) Successful in 14s
beta (rc) bakery / build (push) Has been skipped
beta (rc) bread-theme / build (push) Has been skipped
Build and publish package / package (push) Successful in 1m38s
release bread-theme / build (push) Failing after 16s
release bakery / build (push) Failing after 46s

bakery --version is compiled from workspace.package.version; bakery list
reports the git tag. Those must match at tag time. 0.7.2 is unreleased
work after v0.7.1 — no tag in this commit.
This commit is contained in:
Breadway 2026-08-15 22:13:38 +08:00
parent 25fde8e4f0
commit 30517f1617
6 changed files with 31 additions and 8 deletions

View file

@ -3,7 +3,7 @@ members = ["bakery", "bread-theme", "bread-utils", "bread-onnx", "bread-screensh
resolver = "2"
[workspace.package]
version = "0.3.1"
version = "0.7.2"
edition = "2021"
license = "MIT"
authors = ["Breadway <plasticbread849@gmail.com>"]