Skip to content

Commit 19c424f

Browse files
chore(master): release action_mcp 0.90.0 (#160)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 311eed4 commit 19c424f

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.83.4"}
1+
{".":"0.90.0"}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.90.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.83.4...action_mcp/v0.90.0) (2025-11-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* implement MCP 2025-11-25 Tasks with spec-compliant error handling ([#162](https://github.com/seuros/action_mcp/issues/162))
9+
10+
### Features
11+
12+
* implement MCP 2025-11-25 Tasks with spec-compliant error handling ([#162](https://github.com/seuros/action_mcp/issues/162)) ([311eed4](https://github.com/seuros/action_mcp/commit/311eed47e7290f521e1abf60ff2d84946e4d7b7c))
13+
14+
15+
### Bug Fixes
16+
17+
* SQLite test locking with DatabaseCleaner and maxitest timeout ([#161](https://github.com/seuros/action_mcp/issues/161)) ([1c15e85](https://github.com/seuros/action_mcp/commit/1c15e852b2256c8e6e13b2f5363adc2d26f36b8e))
18+
* tool/prompt re-registration when explicit name is set ([#159](https://github.com/seuros/action_mcp/issues/159)) ([fc4302f](https://github.com/seuros/action_mcp/commit/fc4302f3049711e7614b304892c173c3d5ed35fd)), closes [#152](https://github.com/seuros/action_mcp/issues/152)
19+
320
## [0.83.4](https://github.com/seuros/action_mcp/compare/action_mcp/v0.83.3...action_mcp/v0.83.4) (2025-11-25)
421

522

lib/action_mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative "gem_version"
44
module ActionMCP
5-
VERSION = "0.83.4"
5+
VERSION = "0.90.0"
66

77
class << self
88
alias version gem_version

0 commit comments

Comments
 (0)