Skip to content

Commit 3dc6411

Browse files
chore: release 0.13.2 (#218)
🚀 Want to release this? --- ## [0.13.2](v0.13.1...v0.13.2) (2025-08-04) ### Bug Fixes * just use elixir v1.19 locally ([#217](#217)) ([b8963a7](b8963a7)) --- 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 b8963a7 commit 3dc6411

File tree

5 files changed

+11
-4
lines changed

5 files changed

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

CHANGELOG.md

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

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

5+
## [0.13.2](https://github.com/cloudwalk/hermes-mcp/compare/v0.13.1...v0.13.2) (2025-08-04)
6+
7+
8+
### Bug Fixes
9+
10+
* just use elixir v1.19 locally ([#217](https://github.com/cloudwalk/hermes-mcp/issues/217)) ([b8963a7](https://github.com/cloudwalk/hermes-mcp/commit/b8963a744cf73b3ca05e9d961b7a6ed1d9594ea1))
11+
512
## [0.13.1](https://github.com/cloudwalk/hermes-mcp/compare/v0.13.0...v0.13.1) (2025-08-04)
613

714

README.md

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

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.13.1"; # x-release-please-version
57+
version = "0.13.2"; # 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.13.1"
4+
@version "0.13.2"
55
@source_url "https://github.com/cloudwalk/hermes-mcp"
66

77
def project do

0 commit comments

Comments
 (0)