Skip to content

Commit 83be22f

Browse files
authored
Merge pull request #114 from runebookai/0.9.3
Bump 0.9.3
2 parents efec20b + 3d459c1 commit 83be22f

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

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

3+
## 0.9.3 - 2025-07-28
4+
5+
### New Features
6+
7+
- Added support for [iMCP](https://github.com/mattt/iMCP) (macos only)
8+
9+
### Misc
10+
11+
- Added a View Logs button to the settings page
12+
313
## 0.9.2 - 2025-07-07
414

515
### 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.9.2",
4+
"version": "0.9.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.9.2"
3+
version = "0.9.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
@@ -58,7 +58,7 @@
5858
},
5959
"productName": "Tome",
6060
"mainBinaryName": "tome",
61-
"version": "0.9.2",
61+
"version": "0.9.3",
6262
"identifier": "co.runebook",
6363
"plugins": {
6464
"sql": {

0 commit comments

Comments
 (0)