Skip to content

Commit 9f9b4d2

Browse files
committed
chore(release): v0.8.3
1 parent 16c617a commit 9f9b4d2

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.8.3] - 2025-08-17
4+
5+
### 🚀 Features
6+
7+
- Add common command aliases ([`f988cb2`](https://github.com/AlecRust/branchpilot/commit/f988cb206363a671d087bce85c53e1b4609c911a))
8+
9+
### 💼 Other
10+
11+
- Simplify release commands ([`204a0a4`](https://github.com/AlecRust/branchpilot/commit/204a0a4b984f5c13a33edc022ab27e81014d2d83))
12+
13+
### 🚜 Refactor
14+
15+
- Check for Git repo in init command ([`51afb1f`](https://github.com/AlecRust/branchpilot/commit/51afb1f0729c1e71fb39b673b1946bf11bf816ae))
16+
- Improve repository path resolution ([`e6e6ce9`](https://github.com/AlecRust/branchpilot/commit/e6e6ce9ba47f03aa483207e47fd2d1075a55f861))
17+
- Improve handling when there are uncommitted changes ([`a8b19ed`](https://github.com/AlecRust/branchpilot/commit/a8b19ed362603fd44d4db711e98929576145268d))
18+
19+
### 📚 Documentation
20+
21+
- Add CodeQL badge to README ([`df4ca27`](https://github.com/AlecRust/branchpilot/commit/df4ca27d763a0139c572f9244e9990cd694c0be7))
22+
323
## [0.8.2] - 2025-08-17
424

525
### 💼 Other

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branchpilot",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
44
"author": "Alec Rust",
55
"license": "MIT",
66
"description": "Automate Pull Request creation from local Git branches using Markdown files.",

0 commit comments

Comments
 (0)