feat: register bakery as an installable package, bump to 0.2.1
Some checks failed
release / build (push) Failing after 36s

bakery can now update itself via `bakery update all`

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-07 14:58:09 +08:00
parent b97882e715
commit f7957301d5
3 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@ members = ["bakery", "bread-theme"]
resolver = "2"
[workspace.package]
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"]