Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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
Expand Down
18 changes: 3 additions & 15 deletions RELEASE_BODY.md
Original file line number Diff line number Diff line change
@@ -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
- Pull and push operations
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.1 - 2026-05-18


### 🐛 Bug Fixes

- Homebrew tap

- Pull and push operations

## 0.3.0 - 2026-05-12


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Loading