From 7ed874f9bee7b28ad90cb27bd9277154264f1fe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 23:53:43 +0000 Subject: [PATCH] chore(main): release 0.3.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ mix.exs | 2 +- server.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 18cac80..fd1c548 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.4" + ".": "0.3.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 672124a..f1f436e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.3.5](https://github.com/joshrotenberg/hexpm-mcp/compare/v0.3.4...v0.3.5) (2026-07-24) + + +### Features + +* package as a standalone binary with burrito and tinfoil ([#68](https://github.com/joshrotenberg/hexpm-mcp/issues/68)) ([683267e](https://github.com/joshrotenberg/hexpm-mcp/commit/683267eeda53f025f09f916382d9691a79035c63)) + + +### Bug Fixes + +* grant the attestation permissions release.yml needs ([#69](https://github.com/joshrotenberg/hexpm-mcp/issues/69)) ([c752a73](https://github.com/joshrotenberg/hexpm-mcp/commit/c752a73e9412f7569c40c213dcb9efa566bee28c)) + ## [0.3.4](https://github.com/joshrotenberg/hexpm-mcp/compare/v0.3.3...v0.3.4) (2026-07-07) diff --git a/mix.exs b/mix.exs index 95ae9e6..b15c2eb 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule HexpmMcp.MixProject do def project do [ app: :hexpm_mcp, - version: "0.3.4", + version: "0.3.5", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, deps: deps(), diff --git a/server.json b/server.json index 09fd623..22e889e 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.joshrotenberg/hexpm-mcp", "title": "Hex.pm MCP", "description": "MCP server for hex.pm and hexdocs.pm: search, inspect, compare, audit, and discover Elixir packages", - "version": "0.3.4", + "version": "0.3.5", "websiteUrl": "https://github.com/joshrotenberg/hexpm-mcp", "repository": { "url": "https://github.com/joshrotenberg/hexpm-mcp",