4 Commits

Author SHA1 Message Date
351226d7c4 chore(release): v0.0.6 (#7)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(release): 0.0.6

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #7
2025-11-13 19:59:51 +01:00
46a290d882 feat: add rust publish
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-13 19:58:27 +01:00
47b8e925d4 chore(release): v0.0.5 (#6)
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing
chore(release): 0.0.5

Co-authored-by: cuddle-please <bot@cuddle.sh>
Reviewed-on: #6
2025-11-13 19:57:54 +01:00
8058af46f5 chore: Configure Renovate (#5)
All checks were successful
continuous-integration/drone/push Build is passing
Add renovate.json

Reviewed-on: #5
2025-11-13 19:57:45 +01:00
4 changed files with 20 additions and 1 deletions

View File

@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.0.6] - 2025-11-13
### Added
- add rust publish
## [0.0.5] - 2025-11-13
### Fixed
- url
### Other
- update notmad
## [0.0.4] - 2025-07-22
### Added

View File

@@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"
[workspace.package]
version = "0.0.4"
version = "0.0.6"
[workspace.dependencies]
drop-queue = { path = "crates/drop-queue" }

View File

@@ -6,6 +6,9 @@ vars:
service: "drop-queue"
registry: kasperhermansen
rust:
publish: {}
please:
project:
owner: kjuulh

3
renovate.json Normal file
View File

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