Skip to content

Commit 16292ec

Browse files
chore(release): 2.9.0 [skip ci]
# [2.9.0](v2.8.0...v2.9.0) (2025-07-29) ### Bug Fixes * add git status check to pyenv updates ([265c72e](265c72e)) * address CI issues for MCP setup ([2e355cd](2e355cd)) * address code review feedback for signal-safe cleanup ([28f7b3e](28f7b3e)), closes [#11](#11) * address security and reliability concerns from code review ([61c79c4](61c79c4)) * implement missing test functions and remove empty test files ([099572f](099572f)) * improve global CLAUDE.md setup for CI environments ([72bf094](72bf094)) * prevent resource exhaustion and orphaned processes in CI ([ded3f95](ded3f95)) * remove 'local' keyword outside of function in test runner ([f2b5152](f2b5152)) * remove legacy --sync flag references from documentation ([3ecf127](3ecf127)) * resolve remaining CI test failures and path issues ([cc6f032](cc6f032)) * resolve test failures and security issues ([a20bbcf](a20bbcf)) ### Features * add Claude MCP server setup integration ([7c9182c](7c9182c)) * add comprehensive help/info system for installed tools ([acb565b](acb565b)) * add global CLAUDE.md provisioning and zsh-autosuggestions ([049ff89](049ff89)) * add OpenJDK installation and consistent terminal font configuration ([034a49b](034a49b)) * add test organization script to improve test management ([94fcbd6](94fcbd6)) * enhance setup-claude-global.sh with signal safety and security ([af6a105](af6a105)) * implement signal-safe cleanup and temp file handling ([722b02b](722b02b))
1 parent f2b40b7 commit 16292ec

3 files changed

Lines changed: 30 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
# [2.9.0](https://github.com/mojwang/macbook-dev-setup/compare/v2.8.0...v2.9.0) (2025-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* add git status check to pyenv updates ([265c72e](https://github.com/mojwang/macbook-dev-setup/commit/265c72e6e0fe67325d40a4760a34cdba700beaf7))
7+
* address CI issues for MCP setup ([2e355cd](https://github.com/mojwang/macbook-dev-setup/commit/2e355cdfa44504d2d9655a28c11d466ddd92a0f2))
8+
* address code review feedback for signal-safe cleanup ([28f7b3e](https://github.com/mojwang/macbook-dev-setup/commit/28f7b3e161880441e49478658941273f6f1de5cb)), closes [#11](https://github.com/mojwang/macbook-dev-setup/issues/11)
9+
* address security and reliability concerns from code review ([61c79c4](https://github.com/mojwang/macbook-dev-setup/commit/61c79c4e610d0eaa2d60d6ba357889c990b1f758))
10+
* implement missing test functions and remove empty test files ([099572f](https://github.com/mojwang/macbook-dev-setup/commit/099572fc0ab8b5e8d4d823aedf23a309d98f00a1))
11+
* improve global CLAUDE.md setup for CI environments ([72bf094](https://github.com/mojwang/macbook-dev-setup/commit/72bf0942bbb62da2947087ca76719fe1963a4216))
12+
* prevent resource exhaustion and orphaned processes in CI ([ded3f95](https://github.com/mojwang/macbook-dev-setup/commit/ded3f95163c6900a3e1a8f11bfd7619514196e45))
13+
* remove 'local' keyword outside of function in test runner ([f2b5152](https://github.com/mojwang/macbook-dev-setup/commit/f2b5152e03203413388e8f4db3989ad91971ba9a))
14+
* remove legacy --sync flag references from documentation ([3ecf127](https://github.com/mojwang/macbook-dev-setup/commit/3ecf1270065e5be9fff550a8d190ca385ef1ec43))
15+
* resolve remaining CI test failures and path issues ([cc6f032](https://github.com/mojwang/macbook-dev-setup/commit/cc6f032abc31d8da2560d4fa99b2948856a8af79))
16+
* resolve test failures and security issues ([a20bbcf](https://github.com/mojwang/macbook-dev-setup/commit/a20bbcfdd6fe29a1235d635280831e1ba8646ad9))
17+
18+
19+
### Features
20+
21+
* add Claude MCP server setup integration ([7c9182c](https://github.com/mojwang/macbook-dev-setup/commit/7c9182c50b7e9c593b9489d5a8068892eadaef56))
22+
* add comprehensive help/info system for installed tools ([acb565b](https://github.com/mojwang/macbook-dev-setup/commit/acb565bc9f6da99e7d546d82baacd0536bec86a2))
23+
* add global CLAUDE.md provisioning and zsh-autosuggestions ([049ff89](https://github.com/mojwang/macbook-dev-setup/commit/049ff8905d5fcbba70853a6f568ad49d2d57e054))
24+
* add OpenJDK installation and consistent terminal font configuration ([034a49b](https://github.com/mojwang/macbook-dev-setup/commit/034a49b92f4c467ef9eb5f3d5cc59f3eaa2e5f44))
25+
* add test organization script to improve test management ([94fcbd6](https://github.com/mojwang/macbook-dev-setup/commit/94fcbd617b82c14dbb1050c1b5c9ce0e82f925d8))
26+
* enhance setup-claude-global.sh with signal safety and security ([af6a105](https://github.com/mojwang/macbook-dev-setup/commit/af6a105f9407fb58430607596a866812c5f696ad))
27+
* implement signal-safe cleanup and temp file handling ([722b02b](https://github.com/mojwang/macbook-dev-setup/commit/722b02b49fc5efe8713ba159352028882a4bcfa3))
28+
129
# [2.8.0](https://github.com/mojwang/macbook-dev-setup/compare/v2.7.0...v2.8.0) (2025-07-29)
230

331

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.8.0
1+
2.9.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.8.0"
7+
VERSION="2.9.0"
88

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

0 commit comments

Comments
 (0)