From 7d5aefb9709354f7202e03305c6e3e7a0237ef7b Mon Sep 17 00:00:00 2001 From: jmagar <38927646+jmagar@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:20:52 -0700 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- packages/gotify-rmcp/package.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a915e8c..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.1" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 572c585..f2cdc44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0](https://github.com/jmagar/gotify-rmcp/compare/v0.1.1...v0.2.0) (2026-07-09) + + +### Added + +* align gotify npm launcher naming ([88a4871](https://github.com/jmagar/gotify-rmcp/commit/88a4871035417696c36bc4e1c7920f25070f3fc3)) + + +### Fixed + +* **ci:** switch OpenWiki to local openai-compatible proxy ([e7591aa](https://github.com/jmagar/gotify-rmcp/commit/e7591aafefec7b9bbf75e198b5b0cf2a86bb23a3)) + ## [Unreleased] ## [0.1.1] - 2026-06-01 diff --git a/Cargo.lock b/Cargo.lock index 2af5a44..051229b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -904,7 +904,7 @@ dependencies = [ [[package]] name = "gotify-mcp" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 3eb139b..a9809fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gotify-mcp" -version = "0.1.1" +version = "0.2.0" edition = "2021" rust-version = "1.86" description = "Gotify MCP server — push notification API bridge" diff --git a/packages/gotify-rmcp/package.json b/packages/gotify-rmcp/package.json index c7ebfbf..f780a84 100644 --- a/packages/gotify-rmcp/package.json +++ b/packages/gotify-rmcp/package.json @@ -1,6 +1,6 @@ { "name": "gotify-rmcp", - "version": "0.1.1", + "version": "0.2.0", "description": "Node launcher for the gotify-rmcp Rust MCP server and rgotify CLI binary.", "license": "MIT", "homepage": "https://github.com/jmagar/gotify-rmcp#readme",