From 6417412a8820955e1b22dcc5cfd9f8900d1cb092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 09:06:25 +0000 Subject: [PATCH] chore: release v0.0.1 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c0b1bee2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog + +All notable changes to McpMux 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.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 +