Skip to content

Commit 55b3e94

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.9.0...v3.0.0) (2025-07-30) ### Bug Fixes * address CI report issues in zsh aliases ([acb9ada](acb9ada)) ### Features * enhance git workflow with worktrees and Graphite CLI ([f4c5a97](f4c5a97)) ### BREAKING CHANGES * Removed 'gc' alias for 'git commit' to avoid conflict with conventional commit aliases. Use 'g commit' or 'gci' instead. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c2d5502 commit 55b3e94

3 files changed

Lines changed: 22 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.0.0](https://github.com/mojwang/macbook-dev-setup/compare/v2.9.0...v3.0.0) (2025-07-30)
2+
3+
4+
### Bug Fixes
5+
6+
* address CI report issues in zsh aliases ([acb9ada](https://github.com/mojwang/macbook-dev-setup/commit/acb9ada5c97fa1e1bfb9bc362f788f072c759314))
7+
8+
9+
### Features
10+
11+
* enhance git workflow with worktrees and Graphite CLI ([f4c5a97](https://github.com/mojwang/macbook-dev-setup/commit/f4c5a97d1d06166a073276c19f13f1564e1ba769))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Removed 'gc' alias for 'git commit' to avoid conflict with
17+
conventional commit aliases. Use 'g commit' or 'gci' instead.
18+
19+
Co-Authored-By: Claude <noreply@anthropic.com>
20+
121
# [2.9.0](https://github.com/mojwang/macbook-dev-setup/compare/v2.8.0...v2.9.0) (2025-07-29)
222

323

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.0
1+
3.0.0

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Simplified interface with smart defaults
55
# For macOS Apple Silicon
66

7-
VERSION="2.9.0"
7+
VERSION="3.0.0"
88

99
# Load common library
1010
source "$(dirname "$0")/lib/common.sh"

0 commit comments

Comments
 (0)