Skip to content

Commit a10397e

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2025-08-15) ### Bug Fixes * add missing get_mcp_server_type function ([044afe9](044afe9)) * **security:** address PR review findings for MCP and TaskMaster ([3decde6](3decde6)) ### Features * **agents:** evolve TaskMaster into Product Manager with discovery workflows ([5ece657](5ece657)) * **claude:** add smart Git auto-commit rules and flexible commit style matching ([6c26bf9](6c26bf9)) * **mcp:** add intelligent API key validation with caching and cleanup ([a4f9992](a4f9992)) * **mcp:** add TaskMaster AI integration with smart research handling ([24b0445](24b0445)) * **mcp:** complete TaskMaster/Product Manager integration updates ([d28f28c](d28f28c))
1 parent ec0bcc0 commit a10397e

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [3.4.0](https://github.com/mojwang/macbook-dev-setup/compare/v3.3.0...v3.4.0) (2025-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* add missing get_mcp_server_type function ([044afe9](https://github.com/mojwang/macbook-dev-setup/commit/044afe99e35c26d0bf02084a95dc03d5ee4bd19f))
7+
* **security:** address PR review findings for MCP and TaskMaster ([3decde6](https://github.com/mojwang/macbook-dev-setup/commit/3decde6af179c060c83b955b6324744fb0dcd88e))
8+
9+
10+
### Features
11+
12+
* **agents:** evolve TaskMaster into Product Manager with discovery workflows ([5ece657](https://github.com/mojwang/macbook-dev-setup/commit/5ece65708e774051b709919a084573b086bdd11d))
13+
* **claude:** add smart Git auto-commit rules and flexible commit style matching ([6c26bf9](https://github.com/mojwang/macbook-dev-setup/commit/6c26bf9149e1e1753bb37ba235d038fa6886665d))
14+
* **mcp:** add intelligent API key validation with caching and cleanup ([a4f9992](https://github.com/mojwang/macbook-dev-setup/commit/a4f999294206583ad67330b8f9812cb6235d9b3b))
15+
* **mcp:** add TaskMaster AI integration with smart research handling ([24b0445](https://github.com/mojwang/macbook-dev-setup/commit/24b044597dc71ee7846922388b5dff61688317d8))
16+
* **mcp:** complete TaskMaster/Product Manager integration updates ([d28f28c](https://github.com/mojwang/macbook-dev-setup/commit/d28f28c8b758b849737197e1cf120e9623ea36db))
17+
118
# [3.3.0](https://github.com/mojwang/macbook-dev-setup/compare/v3.2.3...v3.3.0) (2025-08-08)
219

320

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.0
1+
3.4.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.3.0"
7+
VERSION="3.4.0"
88

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

0 commit comments

Comments
 (0)