Skip to content

Commit 030d9d3

Browse files
chore(master): release action_mcp 0.101.0 (#167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dbb18f2 commit 030d9d3

3 files changed

Lines changed: 9 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.100.1"}
1+
{".":"0.101.0"}

CHANGELOG.md

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

3+
## [0.101.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.100.1...action_mcp/v0.101.0) (2025-12-07)
4+
5+
6+
### Features
7+
8+
* add structured content validation against output_schema ([#166](https://github.com/seuros/action_mcp/issues/166)) ([dbb18f2](https://github.com/seuros/action_mcp/commit/dbb18f29a41f15ffd64045c2584d213e1e6583c7))
9+
310
## [0.100.1](https://github.com/seuros/action_mcp/compare/action_mcp/v0.100.0...action_mcp/v0.100.1) (2025-12-07)
411

512

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.100.1"
5+
VERSION = "0.101.0"
66

77
class << self
88
alias version gem_version

0 commit comments

Comments
 (0)