Skip to content
Open
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.0"
".": "0.3.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.

The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.3.1](https://github.com/dinglebear-ai/rapprise/compare/v0.3.0...v0.3.1) (2026-08-05)


### Fixed

* **compose:** bind MCP to trusted interfaces ([#33](https://github.com/dinglebear-ai/rapprise/issues/33)) ([a33dc06](https://github.com/dinglebear-ai/rapprise/commit/a33dc060676004b6ee849c9f1fe3d7ff974a4e93))
* **mcp:** use DNS-only Registry publisher ([#31](https://github.com/dinglebear-ai/rapprise/issues/31)) ([0c6a922](https://github.com/dinglebear-ai/rapprise/commit/0c6a9222c3b360106441a160735cb13ee506afc4))

## [Unreleased]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ missing_safety_doc = "deny"

[package]
name = "apprise-mcp"
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions packages/apprise-rmcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dinglebear/rapprise",
"version": "0.3.0",
"version": "0.3.1",
"description": "Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.",
"license": "MIT",
"homepage": "https://rapprise.dinglebear.ai",
Expand Down Expand Up @@ -55,7 +55,7 @@
"stdio"
],
"mcpName": "ai.dinglebear/rapprise",
"binaryVersion": "0.3.0",
"binaryVersion": "0.3.1",
"author": {
"name": "dinglebear.ai",
"url": "https://dinglebear.ai"
Expand Down
8 changes: 4 additions & 4 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "ai.dinglebear/rapprise",
"title": "Apprise RMCP",
"description": "Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.",
"version": "0.3.0",
"version": "0.3.1",
"websiteUrl": "https://rapprise.dinglebear.ai",
"repository": {
"url": "https://github.com/dinglebear-ai/rapprise",
Expand All @@ -25,7 +25,7 @@
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@dinglebear/rapprise",
"version": "0.3.0",
"version": "0.3.1",
"runtimeHint": "npx",
"packageArguments": [
{
Expand Down Expand Up @@ -100,10 +100,10 @@
"dnsDomain": "dinglebear.ai",
"distribution": {
"nodePackage": "@dinglebear/rapprise",
"npm": "@dinglebear/rapprise@0.3.0"
"npm": "@dinglebear/rapprise@0.3.1"
},
"buildInfo": {
"version": "0.3.0",
"version": "0.3.1",
"repository": "https://github.com/dinglebear-ai/rapprise"
}
}
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "xtask"
# release-please requires a scalar member version; check-version-sync.sh prevents drift.
version = "0.3.0"
version = "0.3.1"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down
Loading