Skip to content

Commit d65ac8f

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.0...v3.1.0) (2025-08-06) ### Bug Fixes * address critical security issues from CI review ([0c61db2](0c61db2)) * resolve remaining critical security issues ([ee0b5de](ee0b5de)) ### Features * add MCP integration tests and standardize timeout handling ([b8cd0e8](b8cd0e8)) * enhance MCP server setup with Claude Code support ([163bb57](163bb57))
1 parent 2cc6a7c commit d65ac8f

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [3.1.0](https://github.com/mojwang/macbook-dev-setup/compare/v3.0.0...v3.1.0) (2025-08-06)
2+
3+
4+
### Bug Fixes
5+
6+
* address critical security issues from CI review ([0c61db2](https://github.com/mojwang/macbook-dev-setup/commit/0c61db2bd11a6be76bd223ffa63bea05569d0706))
7+
* resolve remaining critical security issues ([ee0b5de](https://github.com/mojwang/macbook-dev-setup/commit/ee0b5de77c6df64cdb0d894e87b2e4bd9931c23b))
8+
9+
10+
### Features
11+
12+
* add MCP integration tests and standardize timeout handling ([b8cd0e8](https://github.com/mojwang/macbook-dev-setup/commit/b8cd0e87651e8f6dcdec372dce78d57e02c427d1))
13+
* enhance MCP server setup with Claude Code support ([163bb57](https://github.com/mojwang/macbook-dev-setup/commit/163bb57d89368ae37a962bd4a62ef07bef97dbab))
14+
115
# [3.0.0](https://github.com/mojwang/macbook-dev-setup/compare/v2.9.0...v3.0.0) (2025-07-30)
216

317

VERSION

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

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

0 commit comments

Comments
 (0)