From f968befee45a0091841799c236fa04ff5f105150 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:16:38 +0900 Subject: [PATCH] Release for v0.25.1 (#313) * [tagpr] prepare for the next release * [tagpr] update CHANGELOG.md --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 016815b..8fd1b1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.25.1](https://github.com/go-to-k/cls3/compare/v0.25.0...v0.25.1) - 2025-02-06 +- docs: update gif in README by @go-to-k in https://github.com/go-to-k/cls3/pull/312 +- docs: change gif image in README by @go-to-k in https://github.com/go-to-k/cls3/pull/314 +- refactor: avoid making app module dependent on client module by @go-to-k in https://github.com/go-to-k/cls3/pull/317 +- chore(deps): bump github.com/aws/aws-sdk-go-v2/service/s3tables from 1.0.4 to 1.1.1 by @dependabot in https://github.com/go-to-k/cls3/pull/310 +- chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in https://github.com/go-to-k/cls3/pull/315 +- chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.10.0 by @dependabot in https://github.com/go-to-k/cls3/pull/298 + ## [v0.25.0](https://github.com/go-to-k/cls3/compare/v0.24.2...v0.25.0) - 2025-02-03 - test: create tables with schema in deploy_table.sh by @go-to-k in https://github.com/go-to-k/cls3/pull/307 - feat(app): concurrent mode for parallel deletion of multiple buckets by @go-to-k in https://github.com/go-to-k/cls3/pull/288