We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c2bef commit 1e596cbCopy full SHA for 1e596cb
3 files changed
.release-please-manifest.json
@@ -1 +1 @@
1
-{".":"0.100.0"}
+{".":"0.100.1"}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
2
3
+## [0.100.1](https://github.com/seuros/action_mcp/compare/action_mcp/v0.100.0...action_mcp/v0.100.1) (2025-12-07)
4
+
5
6
+### Bug Fixes
7
8
+* tool execution fix and documention ([b0c2bef](https://github.com/seuros/action_mcp/commit/b0c2befef0a4a169f575aa2470a712ba82b8686e))
9
10
## [0.100.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.90.0...action_mcp/v0.100.0) (2025-12-03)
11
12
lib/action_mcp/version.rb
@@ -2,7 +2,7 @@
require_relative "gem_version"
module ActionMCP
- VERSION = "0.100.0"
+ VERSION = "0.100.1"
class << self
alias version gem_version
0 commit comments