Skip to content

Commit 46bf056

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.0...v3.2.0) (2025-08-07) ### Bug Fixes * address PR feedback with priority improvements ([9671dc1](9671dc1)) ### Features * add Claude sub-agents architecture for specialized task handling ([fd3f478](fd3f478))
1 parent 0ed37f9 commit 46bf056

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [3.2.0](https://github.com/mojwang/macbook-dev-setup/compare/v3.1.0...v3.2.0) (2025-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* address PR feedback with priority improvements ([9671dc1](https://github.com/mojwang/macbook-dev-setup/commit/9671dc1408143c874e40d44c0a39905204290139))
7+
8+
9+
### Features
10+
11+
* add Claude sub-agents architecture for specialized task handling ([fd3f478](https://github.com/mojwang/macbook-dev-setup/commit/fd3f47866dfe34b4063318f9829bb63d6e4e3bec))
12+
113
# [3.1.0](https://github.com/mojwang/macbook-dev-setup/compare/v3.0.0...v3.1.0) (2025-08-06)
214

315

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.2.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="3.1.0"
7+
VERSION="3.2.0"
88

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

0 commit comments

Comments
 (0)