Skip to content

Commit e32d638

Browse files
tylergraydevclaude
andcommitted
Bump version to 3.8.5 for dependency updates
Roll up Dependabot patch/minor bumps (#181-#186, #188, #189): - Frontend: @tauri-apps/cli 2.10.0→2.10.1, @types/node 25.5.0→25.6.0, svelte-check 4.4.4→4.4.6 - Rust: tokio 1.50.0→1.52.1, rmcp 1.2.0→1.5.0, once_cell 1.21.3→1.21.4 (soundness fix), pulldown-cmark 0.13.1→0.13.3 (tar 0.4.45 security bump), env_logger 0.11.9→0.11.10 All 1996 Rust tests and 1564 frontend tests pass. TypeScript 6 (#187) and lucide-svelte 1.0 (#180) deferred to a separate migration effort — lucide 1.0 removed the Github brand icon used in 2 components. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 389ed57 commit e32d638

9 files changed

Lines changed: 1104 additions & 1862 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.8.5] - 2026-04-19
11+
12+
### Changed
13+
- **Dependency Updates**: Rolled up patch and minor bumps from Dependabot (#181#186, #188, #189). Frontend: `@tauri-apps/cli` 2.10.0 → 2.10.1, `@types/node` 25.5.0 → 25.6.0, `svelte-check` 4.4.4 → 4.4.6. Rust: `tokio` 1.50.0 → 1.52.1, `rmcp` 1.2.0 → 1.5.0, `once_cell` 1.21.3 → 1.21.4 (soundness fix), `pulldown-cmark` 0.13.1 → 0.13.3 (tar 0.4.45 security bump), `env_logger` 0.11.9 → 0.11.10. All 1996 Rust tests and 1564 frontend tests pass. TypeScript 6 (#187) and lucide-svelte 1.0 (#180) deferred — require manual migration (removed `Github` brand icon)
14+
1015
## [3.8.4] - 2026-04-19
1116

1217
### Fixed

package-lock.json

Lines changed: 619 additions & 1479 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-tool-manager",
3-
"version": "3.8.4",
3+
"version": "3.8.5",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)