Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.4"
".": "0.3.5"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down