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 11{
2- "." : " 0.13.4 "
2+ "." : " 0.14.0 "
33}
Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## [ 0.14.0] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.13.4...v0.14.0 ) (2025-08-06)
6+
7+
8+ ### Features
9+
10+ * propagating opts from client.base ([ #223 ] ( https://github.com/cloudwalk/hermes-mcp/issues/223 ) ) ([ c47a54b] ( https://github.com/cloudwalk/hermes-mcp/commit/c47a54bc8c30aee2780eefc85781d147f73d69b1 ) )
11+
512## [ 0.13.4] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.13.3...v0.13.4 ) (2025-08-05)
613
714
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:
1616``` elixir
1717def deps do
1818 [
19- {:hermes_mcp , " ~> 0.13.4 " } # x-release-please-version
19+ {:hermes_mcp , " ~> 0.14.0 " } # x-release-please-version
2020 ]
2121end
2222```
Original file line number Diff line number Diff line change 5454 packages = forAllSystems ( pkgs : {
5555 default = pkgs . stdenv . mkDerivation {
5656 pname = "hermes-mcp" ;
57- version = "0.13.4 " ; # x-release-please-version
57+ version = "0.14.0 " ; # x-release-please-version
5858 src = ./. ;
5959
6060 buildInputs = with pkgs ; [
Original file line number Diff line number Diff line change 11defmodule Hermes.MixProject do
22 use Mix.Project
33
4- @ version "0.13.4 "
4+ @ version "0.14.0 "
55 @ source_url "https://github.com/cloudwalk/hermes-mcp"
66
77 def project do
You can’t perform that action at this time.
0 commit comments