From ef00757892468482763e3fc26b71bf59122e649c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 08:25:02 +0000 Subject: [PATCH] chore: release v0.0.1 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a161a66..8d588fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,3 +6,36 @@ 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). ## [Unreleased] + +## [0.0.1](https://github.com/MCP-Mux/mcp-mux/releases/tag/v0.0.1) - 2026-02-05 + + +### Bug Fixes + +- use explicit version+path for internal crate deps to fix cargo p… ([#22](https://github.com/MCP-Mux/mcp-mux/pull/22)) + + +### Chores + +- clean start - reset to v0.0.1 + +- bump version to 0.0.2 + +- reset versions to 0.0.1 for fresh release-plz start ([#15](https://github.com/MCP-Mux/mcp-mux/pull/15)) + + +### Other + +- Fix cargo package versions ([#21](https://github.com/MCP-Mux/mcp-mux/pull/21)) + +- Fix release update ([#19](https://github.com/MCP-Mux/mcp-mux/pull/19)) + +- Fix release ([#5](https://github.com/MCP-Mux/mcp-mux/pull/5)) + +- Initial commit: MCP Mux desktop app, gateway, and tooling + + +### Refactoring + +- simplify versioning - only mcpmux has managed version +