2 Commits

Author SHA1 Message Date
cuddle-please
8c3032b976 chore(release): 0.0.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-11-13 18:57:23 +00:00
b4bc8d35be fix: url
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-13 19:57:01 +01:00
3 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [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.5"
[workspace.dependencies]
drop-queue = { path = "crates/drop-queue" }

View File

@@ -12,6 +12,6 @@ please:
repository: "drop-queue"
branch: main
settings:
api_url: "https://git.front.kjuulh.io"
api_url: "https://git.kjuulh.io"
actions:
rust: