From 47b8e925d411a2249d76aa468a5d30b027ac757d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 13 Nov 2025 19:57:54 +0100 Subject: [PATCH] chore(release): v0.0.5 (#6) chore(release): 0.0.5 Co-authored-by: cuddle-please Reviewed-on: https://git.kjuulh.io/kjuulh/drop-queue/pulls/6 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e628e41..599c6f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index cd1e347..2d65f68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }