Skip to content

Commit 0163d7b

Browse files
chore(release): 3.2.1 [skip ci]
## [3.2.1](v3.2.0...v3.2.1) (2025-08-07) ### Bug Fixes * improve MCP server setup reliability and bash compatibility ([8800a35](8800a35))
1 parent 8800a35 commit 0163d7b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.2.1](https://github.com/mojwang/macbook-dev-setup/compare/v3.2.0...v3.2.1) (2025-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* improve MCP server setup reliability and bash compatibility ([8800a35](https://github.com/mojwang/macbook-dev-setup/commit/8800a35df57b9d4725db216325e4e39e94876e01))
7+
18
# [3.2.0](https://github.com/mojwang/macbook-dev-setup/compare/v3.1.0...v3.2.0) (2025-08-07)
29

310

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0
1+
3.2.1

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.2.0"
7+
VERSION="3.2.1"
88

99
# Check bash version (requires bash 4+ for features like indirect expansion)
1010
check_bash_version() {

0 commit comments

Comments
 (0)