Skip to content

Commit 1ff0786

Browse files
chore: release 0.11.3 (#167)
🚀 Want to release this? --- ## [0.11.3](v0.11.2...v0.11.3) (2025-07-02) ### Bug Fixes * correctly parse dates when default values are passed ([58f6368](58f6368)) * include frame helpers on module-based component ([#163](#163)) ([15ba2c7](15ba2c7)) * server can now send notifications correctly ([#166](#166)) ([33f32de](33f32de)) ### Miscellaneous Chores * update documentation, simplify, more storytelling ([#168](#168)) ([ccdddc1](ccdddc1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: cloudwalk-actions[bot] <156226953+cloudwalk-actions[bot]@users.noreply.github.com>
1 parent ccdddc1 commit 1ff0786

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.2"
2+
".": "0.11.3"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project are documented in this file.
44

5+
## [0.11.3](https://github.com/cloudwalk/hermes-mcp/compare/v0.11.2...v0.11.3) (2025-07-02)
6+
7+
8+
### Bug Fixes
9+
10+
* correctly parse dates when default values are passed ([58f6368](https://github.com/cloudwalk/hermes-mcp/commit/58f63686574e230269f847ee793d9561976653bb))
11+
* include frame helpers on module-based component ([#163](https://github.com/cloudwalk/hermes-mcp/issues/163)) ([15ba2c7](https://github.com/cloudwalk/hermes-mcp/commit/15ba2c7fbdd0a776eabe028aef0350f4f52a43a8))
12+
* server can now send notifications correctly ([#166](https://github.com/cloudwalk/hermes-mcp/issues/166)) ([33f32de](https://github.com/cloudwalk/hermes-mcp/commit/33f32deccd42dc4591832636b2b3fad56ce40661))
13+
14+
15+
### Miscellaneous Chores
16+
17+
* update documentation, simplify, more storytelling ([#168](https://github.com/cloudwalk/hermes-mcp/issues/168)) ([ccdddc1](https://github.com/cloudwalk/hermes-mcp/commit/ccdddc1478c09e2f3440a6f1343949aeca854a1d))
18+
519
## [0.11.2](https://github.com/cloudwalk/hermes-mcp/compare/v0.11.1...v0.11.2) (2025-06-30)
620

721
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Hermes MCP is a comprehensive Elixir SDK for the [Model Context Protocol](https:
1515
```elixir
1616
def deps do
1717
[
18-
{:hermes_mcp, "~> 0.11.2"} # x-release-please-version
18+
{:hermes_mcp, "~> 0.11.3"} # x-release-please-version
1919
]
2020
end
2121
```

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
packages = forAllSystems (pkgs: {
5454
default = pkgs.stdenv.mkDerivation {
5555
pname = "hermes-mcp";
56-
version = "0.11.2"; # x-release-please-version
56+
version = "0.11.3"; # x-release-please-version
5757
src = ./.;
5858

5959
buildInputs = with pkgs; [

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Hermes.MixProject do
22
use Mix.Project
33

4-
@version "0.11.2"
4+
@version "0.11.3"
55
@source_url "https://github.com/cloudwalk/hermes-mcp"
66

77
def project do

0 commit comments

Comments
 (0)