Skip to content

Commit 827c0ea

Browse files
author
Mohammod Al Amin Ashik
committed
chore: clean start - reset to v0.0.1
- Deleted all tags (local and remote) - Reset version to 0.0.1 - Clean changelog - Removed debug step from workflow
1 parent 4686301 commit 827c0ea

9 files changed

Lines changed: 12 additions & 40 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ jobs:
6363
env:
6464
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6565

66-
- name: Debug release-plz output
67-
run: |
68-
echo "releases_created: ${{ steps.release-plz.outputs.releases_created }}"
69-
echo "releases: ${{ steps.release-plz.outputs.releases }}"
70-
7166
- name: Extract version from releases output
7267
id: get-version
7368
if: steps.release-plz.outputs.releases_created == 'true'

CHANGELOG.md

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,4 @@ All notable changes to McpMux will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
9-
## [0.0.1](https://github.com/MCP-Mux/mcp-mux/releases/tag/v0.0.1) - 2026-02-05
10-
11-
12-
### Bug Fixes
13-
14-
- use explicit version+path for internal crate deps to fix cargo p… ([#22](https://github.com/MCP-Mux/mcp-mux/pull/22))
15-
16-
17-
### Chores
18-
19-
- reset versions to 0.0.1 for fresh release-plz start ([#15](https://github.com/MCP-Mux/mcp-mux/pull/15))
20-
21-
22-
### Other
23-
24-
- Fix cargo package versions ([#21](https://github.com/MCP-Mux/mcp-mux/pull/21))
25-
26-
- Fix release update ([#19](https://github.com/MCP-Mux/mcp-mux/pull/19))
27-
28-
- Fix release ([#5](https://github.com/MCP-Mux/mcp-mux/pull/5))
29-
30-
- Initial commit: MCP Mux desktop app, gateway, and tooling
31-
8+
## [Unreleased]

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.0.2"
13+
version = "0.0.1"
1414
edition = "2021"
1515
license = "GPL-3.0-or-later"
1616
repository = "https://github.com/mcpmux/mcpmux"

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mcpmux/desktop",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.1",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev",

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcpmux"
3-
version = "0.0.2"
3+
version = "0.0.1"
44
edition.workspace = true
55
publish = false
66
description = "McpMux - Centralized MCP Server Management"

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "McpMux",
4-
"version": "0.0.2",
4+
"version": "0.0.1",
55
"identifier": "com.mcpmux.desktop",
66
"build": {
77
"beforeDevCommand": "pnpm dev:web",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcpmux",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mcpmux/ui",
3-
"version": "0.0.2",
3+
"version": "0.0.1",
44
"private": true,
55
"description": "Shared UI components for McpMux",
66
"type": "module",

0 commit comments

Comments
 (0)