From 1df6af1e76e7e5e187a8d8de5ed789f85c5faa40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 18:16:02 +0000 Subject: [PATCH] chore: release v0.6.2 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29a5f82..b89acae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.2](https://github.com/deepjoy/shoebox/compare/v0.6.1...v0.6.2) - 2026-03-28 + +### Fixed + +- explicitly checkpoint WAL on shutdown to ensure consolidation ([#105](https://github.com/deepjoy/shoebox/pull/105)) + +### Other + +- update taskmill from 0.6 to 0.7.1 ([#103](https://github.com/deepjoy/shoebox/pull/103)) + ## [0.6.1](https://github.com/deepjoy/shoebox/compare/v0.6.0...v0.6.1) - 2026-03-21 ### Other diff --git a/Cargo.lock b/Cargo.lock index 00b8502..a007d9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2147,7 +2147,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shoebox" -version = "0.6.1" +version = "0.6.2" dependencies = [ "async-walkdir", "axum", diff --git a/Cargo.toml b/Cargo.toml index 59d7f50..fae9998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shoebox" -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "MIT" description = "Lightweight S3-compatible object storage backed by local filesystem"