From 7ceff912c821bc7e8e4dd9adebae75f9776d16ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 May 2026 18:01:31 +0000 Subject: [PATCH] release: prepare release v0.3.1 --- CHANGELOG.md | 11 +++++++++++ RELEASE_BODY.md | 18 +++--------------- RELEASE_NOTES.md | 9 +++++++++ package.json | 2 +- 4 files changed, 24 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021a99f..b243d36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.3.1 - 2026-05-18 + + +### 🐛 Bug Fixes + +- Homebrew tap + +- Pull and push operations + + ## 0.3.0 - 2026-05-12 @@ -133,6 +143,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix e2e +[0.3.1]: https://github.com///compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com///compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com///compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com///compare/v0.1.1...v0.2.0 diff --git a/RELEASE_BODY.md b/RELEASE_BODY.md index 3ae99fd..36f16cb 100644 --- a/RELEASE_BODY.md +++ b/RELEASE_BODY.md @@ -1,20 +1,8 @@ -## 0.3.0 - 2026-05-12 - - -### ♻️ Refactoring - -- Use pull and push commands - -- **BREAKING:** use pull and push commands +## 0.3.1 - 2026-05-18 ### 🐛 Bug Fixes -- *(sidecar)* Preserve duplicate blob paths (#21) - - -### 📚 Documentation - -- Qa skills +- Homebrew tap -- Outdated skill \ No newline at end of file +- Pull and push operations \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 52532db..241d567 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,12 @@ +## 0.3.1 - 2026-05-18 + + +### 🐛 Bug Fixes + +- Homebrew tap + +- Pull and push operations + ## 0.3.0 - 2026-05-12 diff --git a/package.json b/package.json index aeec6f9..b601827 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,5 @@ "lint": "bun run format \u0026\u0026 bunx oxlint --no-error-on-unmatched-pattern '**/*.{ts,tsx,js,jsx,mjs,cjs}'", "prepare": "husky" }, - "version": "0.3.0" + "version": "0.3.1" }