Skip to content

Commit 33d1bd5

Browse files
chore(main): release 1.2.2 (#33)
1 parent 599a44f commit 33d1bd5

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.1"
2+
".": "1.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.2](https://github.com/pythoninthegrasses/mt/compare/v1.2.1...v1.2.2) (2026-03-31)
4+
5+
6+
### Performance Improvements
7+
8+
* **deps:** remove mcp-bridge from default features to reduce release binary deps ([599a44f](https://github.com/pythoninthegrasses/mt/commit/599a44fa8abe53083919fe32f4ad4f7fd9ab988c))
9+
310
## [1.2.1](https://github.com/pythoninthegrasses/mt/compare/v1.2.0...v1.2.1) (2026-03-31)
411

512

app/frontend/package.json

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

crates/mt-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 = "mt-tauri"
3-
version = "1.2.1"
3+
version = "1.2.2"
44
description = "Desktop music player for large collections"
55
authors = ["pythoninthegrass"]
66
edition = "2024"

crates/mt-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": "mt",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"identifier": "com.mt.desktop",
66
"build": {
77
"beforeDevCommand": "npm --prefix ../../app/frontend run dev",

0 commit comments

Comments
 (0)