Skip to content

Commit c70fcdb

Browse files
authored
Merge pull request #137 from runebookai/0.12.3
Bump 0.12.3
2 parents c90c5c6 + 28b6bd2 commit c70fcdb

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## 0.12.3 - 2025-09-18
4+
5+
### Fixes
6+
7+
- Fixes an issue with saving MCP servers for Apps/Relays
8+
- Fixes ordering issue with App/Relay MCP servers
9+
310
## 0.12.2 - 2025-09-12
411

512
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tome",
33
"private": true,
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite dev",

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "Tome"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
description = "The easiest way to work with local models and MCP servers."
55
authors = ["Runebook"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"productName": "Tome",
6161
"mainBinaryName": "tome",
62-
"version": "0.12.2",
62+
"version": "0.12.3",
6363
"identifier": "co.runebook",
6464
"plugins": {
6565
"sql": {

0 commit comments

Comments
 (0)