Skip to content

Commit eda368a

Browse files
chore(master): release action_mcp 0.110.2 (#223)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca30d98 commit eda368a

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.110.1"}
1+
{".":"0.110.2"}

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.110.2](https://github.com/seuros/action_mcp/compare/action_mcp/v0.110.1...action_mcp/v0.110.2) (2026-05-28)
4+
5+
6+
### Bug Fixes
7+
8+
* drop deprecated require_dependency ([#222](https://github.com/seuros/action_mcp/issues/222)) ([ca30d98](https://github.com/seuros/action_mcp/commit/ca30d9865a7ee4656f47f61ec86df64a38b4bb06))
9+
310
## [0.110.1](https://github.com/seuros/action_mcp/compare/action_mcp/v0.110.0...action_mcp/v0.110.1) (2026-05-19)
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.110.1"
5+
VERSION = "0.110.2"
66

77
class << self
88
alias version gem_version

0 commit comments

Comments
 (0)