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.8.1 "
2+ "." : " 0.8.2 "
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.8.2] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.8.1...v0.8.2 ) (2025-06-11)
6+
7+
8+ ### Code Refactoring
9+
10+ * higher-level client implementation ([ #111 ] ( https://github.com/cloudwalk/hermes-mcp/issues/111 ) ) ([ 5de2162] ( https://github.com/cloudwalk/hermes-mcp/commit/5de2162b166e390b4dacfd7b9960fab59c81b4d7 ) )
11+
512## [ 0.8.1] ( https://github.com/cloudwalk/hermes-mcp/compare/v0.8.0...v0.8.1 ) (2025-06-10)
613
714
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Hermes MCP is a comprehensive Elixir SDK for the [Model Context Protocol](https:
1515``` elixir
1616def deps do
1717 [
18- {:hermes_mcp , " ~> 0.8.1 " } # x-release-please-version
18+ {:hermes_mcp , " ~> 0.8.2 " } # x-release-please-version
1919 ]
2020end
2121```
Original file line number Diff line number Diff line change 5252 packages = forAllSystems ( pkgs : {
5353 default = pkgs . stdenv . mkDerivation {
5454 pname = "hermes-mcp" ;
55- version = "0.8.1 " ; # x-release-please-version
55+ version = "0.8.2 " ; # x-release-please-version
5656 src = ./. ;
5757
5858 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.8.1 "
4+ @ version "0.8.2 "
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