feat: bump v0.11
Some checks failed
continuous-integration/drone/push Build encountered an error

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-05 23:32:51 +01:00
parent 689bfd1325
commit ea46f0f2ac
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -211,7 +211,7 @@ dependencies = [
[[package]] [[package]]
name = "notmad" name = "notmad"
version = "0.10.0" version = "0.11.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"futures", "futures",

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2" resolver = "2"
[workspace.package] [workspace.package]
version = "0.10.0" version = "0.11.0"
[workspace.dependencies] [workspace.dependencies]

View File

@@ -128,7 +128,7 @@ impl Component for DatabaseService {
} }
``` ```
## Migration from v0.9 ## Migration from v0.10
### Breaking Changes ### Breaking Changes