Skip to content

Commit c9efd80

Browse files
chore: release 0.7.0 (#100)
🚀 Want to release this? --- ## [0.7.0](v0.6.0...v0.7.0) (2025-06-09) ### Features * allow json schema fields on tools/prompts definition ([#99](#99)) ([0345f12](0345f12)) --- 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 0345f12 commit c9efd80

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.0"
2+
".": "0.7.0"
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.7.0](https://github.com/cloudwalk/hermes-mcp/compare/v0.6.0...v0.7.0) (2025-06-09)
6+
7+
8+
### Features
9+
10+
* allow json schema fields on tools/prompts definition ([#99](https://github.com/cloudwalk/hermes-mcp/issues/99)) ([0345f12](https://github.com/cloudwalk/hermes-mcp/commit/0345f122484a0169645c5da07e50c2d64fd6c5f5))
11+
512
## [0.6.0](https://github.com/cloudwalk/hermes-mcp/compare/v0.5.0...v0.6.0) (2025-06-09)
613

714

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
packages = forAllSystems (pkgs: {
5353
default = pkgs.stdenv.mkDerivation {
5454
pname = "hermes-mcp";
55-
version = "0.6.0"; # x-release-please-version
55+
version = "0.7.0"; # x-release-please-version
5656
src = ./.;
5757

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

77
def project do

0 commit comments

Comments
 (0)