File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.13.3 "
2
+ "." : " 0.13.4 "
3
3
}
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project are documented in this file.
4
4
5
+ ## [ 0.13.4] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.13.3...v0.13.4 ) (2025-08-05)
6
+
7
+
8
+ ### Reverts
9
+
10
+ * revert cache impl ([ #221 ] ( https://github.com/cloudwalk/hermes-mcp/issues/221 ) ) ([ cf94019] ( https://github.com/cloudwalk/hermes-mcp/commit/cf940196d890e39fe2f67cca43ba6821dd94bf7f ) )
11
+
5
12
## [ 0.13.3] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.13.2...v0.13.3 ) (2025-08-04)
6
13
7
14
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Hermes MCP is a comprehensive Elixir SDK for the [Model Context Protocol](https:
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:hermes_mcp , " ~> 0.13.3 " } # x-release-please-version
19
+ {:hermes_mcp , " ~> 0.13.4 " } # x-release-please-version
20
20
]
21
21
end
22
22
```
Original file line number Diff line number Diff line change 54
54
packages = forAllSystems ( pkgs : {
55
55
default = pkgs . stdenv . mkDerivation {
56
56
pname = "hermes-mcp" ;
57
- version = "0.13.3 " ; # x-release-please-version
57
+ version = "0.13.4 " ; # x-release-please-version
58
58
src = ./. ;
59
59
60
60
buildInputs = with pkgs ; [
Original file line number Diff line number Diff line change 1
1
defmodule Hermes.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.13.3 "
4
+ @ version "0.13.4 "
5
5
@ source_url "https://github.com/cloudwalk/hermes-mcp"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments