2 Commits

Author SHA1 Message Date
8121bf7985 chore(release): v0.0.4 (#4)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.0.4

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #4
2025-08-08 22:01:35 +02:00
49b931775c chore: Configure Renovate (#3)
All checks were successful
continuous-integration/drone/push Build is passing
Add renovate.json

Reviewed-on: #3
2025-08-08 22:00:58 +02:00
3 changed files with 10 additions and 1 deletions

View File

@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.4] - 2025-08-08
### Other
- Configure Renovate (#3)
Add renovate.json
## [0.0.1] - 2025-07-01
### Added

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.0.1"
version = "0.0.4"
license = "MIT"
[workspace.dependencies]

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}