Skip to content

Commit d5503fb

Browse files
chore(master): release action_mcp 0.105.0 (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b92bcf5 commit d5503fb

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.104.1"}
1+
{".":"0.105.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.105.0](https://github.com/seuros/action_mcp/compare/action_mcp/v0.104.1...action_mcp/v0.105.0) (2026-02-04)
4+
5+
6+
### Features
7+
8+
* Allow a base path to be set ([#179](https://github.com/seuros/action_mcp/issues/179)) ([#180](https://github.com/seuros/action_mcp/issues/180)) ([b92bcf5](https://github.com/seuros/action_mcp/commit/b92bcf5ef7ae0b9ebe33bd12a952b967044ff08d))
9+
310
## [0.104.1](https://github.com/seuros/action_mcp/compare/action_mcp/v0.104.0...action_mcp/v0.104.1) (2026-01-23)
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.104.1"
5+
VERSION = "0.105.0"
66

77
class << self
88
alias version gem_version

0 commit comments

Comments
 (0)