Skip to content

Commit 9421d76

Browse files
chore(release): v0.13.4 [skip ci]
## [0.13.4](v0.13.3...v0.13.4) (2026-02-21) ### 🐛 Bug Fixes * **ci:** shorten Windows build path to fix MAX_PATH C1041 error ([67ab4e0](67ab4e0))
1 parent 67ab4e0 commit 9421d76

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.13.4](https://github.com/ghostapp-ai/ghost/compare/v0.13.3...v0.13.4) (2026-02-21)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **ci:** shorten Windows build path to fix MAX_PATH C1041 error ([67ab4e0](https://github.com/ghostapp-ai/ghost/commit/67ab4e015ce70b0a7335c8ff2e279f94453a66b8))
6+
17
## [0.13.3](https://github.com/ghostapp-ai/ghost/compare/v0.13.2...v0.13.3) (2026-02-21)
28

39
### 🐛 Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ghost",
33
"private": false,
4-
"version": "0.13.3",
4+
"version": "0.13.4",
55
"description": "The Private Agent OS — local-first AI that indexes files, runs agents, and connects to 10,000+ tools via MCP without sending data to the cloud",
66
"author": {
77
"name": "ghostapp-ai",

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 = "ghost"
3-
version = "0.13.3"
3+
version = "0.13.4"
44
description = "Private Local AI Superpowers for Your OS"
55
authors = ["Ghost Contributors <https://github.com/ghostapp-ai>"]
66
license = "MIT"

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": "ghost",
4-
"version": "0.13.3",
4+
"version": "0.13.4",
55
"identifier": "com.ghost.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)