Skip to content

Commit d07b9c5

Browse files
chore(release): 3.2.2 [skip ci]
## [3.2.2](v3.2.1...v3.2.2) (2025-08-07) ### Bug Fixes * allow bash 3.2 in CI environments ([2278ec9](2278ec9))
1 parent a6a0be6 commit d07b9c5

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.2](https://github.com/mojwang/macbook-dev-setup/compare/v3.2.1...v3.2.2) (2025-08-07)
2+
3+
4+
### Bug Fixes
5+
6+
* allow bash 3.2 in CI environments ([2278ec9](https://github.com/mojwang/macbook-dev-setup/commit/2278ec9d5d9a6606a2508069c86546dfacb9e9c6))
7+
18
## [3.2.1](https://github.com/mojwang/macbook-dev-setup/compare/v3.2.0...v3.2.1) (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.1
1+
3.2.2

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.1"
7+
VERSION="3.2.2"
88

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

0 commit comments

Comments
 (0)