Skip to content

Commit 9f5f751

Browse files
chore: release 0.12.1 (#184)
🚀 Want to release this? --- ## [0.12.1](v0.12.0...v0.12.1) (2025-07-14) ### Code Refactoring * do not hangle on transport process ([#185](#185)) ([e6ba926](e6ba926)) * remove batch messaging feature ([#183](#183)) ([99458c0](99458c0)) --- 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 e6ba926 commit 9f5f751

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.github/.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

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

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

5+
## [0.12.1](https://github.com/cloudwalk/hermes-mcp/compare/v0.12.0...v0.12.1) (2025-07-14)
6+
7+
8+
### Code Refactoring
9+
10+
* do not hangle on transport process ([#185](https://github.com/cloudwalk/hermes-mcp/issues/185)) ([e6ba926](https://github.com/cloudwalk/hermes-mcp/commit/e6ba9260ceb8e078ca043d6f1ceb41d540b42ca0))
11+
* remove batch messaging feature ([#183](https://github.com/cloudwalk/hermes-mcp/issues/183)) ([99458c0](https://github.com/cloudwalk/hermes-mcp/commit/99458c0559d69addf9e22b3f7e38891e83d475de))
12+
513
## [0.12.0](https://github.com/cloudwalk/hermes-mcp/compare/v0.11.3...v0.12.0) (2025-07-11)
614

715

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.12.0"} # x-release-please-version
18+
{:hermes_mcp, "~> 0.12.1"} # x-release-please-version
1919
]
2020
end
2121
```

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
packages = forAllSystems (pkgs: {
5555
default = pkgs.stdenv.mkDerivation {
5656
pname = "hermes-mcp";
57-
version = "0.12.0"; # x-release-please-version
57+
version = "0.12.1"; # x-release-please-version
5858
src = ./.;
5959

6060
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.12.0"
4+
@version "0.12.1"
55
@source_url "https://github.com/cloudwalk/hermes-mcp"
66

77
def project do

0 commit comments

Comments
 (0)