Skip to content
Merged
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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


### 🔧 CI/CD

- Lint error


## 0.3.0 - 2026-05-12


Expand Down Expand Up @@ -133,6 +148,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
17 changes: 5 additions & 12 deletions RELEASE_BODY.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
## 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)
- Homebrew tap

- Pull and push operations

### 📚 Documentation

- Qa skills
### 🔧 CI/CD

- Outdated skill
- Lint error
14 changes: 14 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 0.3.1 - 2026-05-18


### 🐛 Bug Fixes

- Homebrew tap

- Pull and push operations


### 🔧 CI/CD

- Lint error

## 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