From b52b5e8fc00caa526829b342bfa7f55ac2675cb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 09:28:18 +0000 Subject: [PATCH] chore: release v0.6.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bab7f..29a5f82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.1](https://github.com/deepjoy/shoebox/compare/v0.6.0...v0.6.1) - 2026-03-21 + +### Other + +- migrate taskmill from 0.5 to 0.6 type-safe context API ([#100](https://github.com/deepjoy/shoebox/pull/100)) + ## [0.6.0](https://github.com/deepjoy/shoebox/compare/v0.5.2...v0.6.0) - 2026-03-19 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 977ec29..9f5395a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2147,7 +2147,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shoebox" -version = "0.6.0" +version = "0.6.1" dependencies = [ "async-walkdir", "axum", diff --git a/Cargo.toml b/Cargo.toml index ff15632..d0191b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shoebox" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT" description = "Lightweight S3-compatible object storage backed by local filesystem"