Skip to content

Commit dace7e6

Browse files
chore(release): v0.13.2 [skip ci]
## [0.13.2](v0.13.1...v0.13.2) (2026-02-21) ### 🐛 Bug Fixes * **ci:** replace /MP /FS with /Z7 to eliminate PDB race on Windows ([2445fed](2445fed))
1 parent 2445fed commit dace7e6

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.2](https://github.com/ghostapp-ai/ghost/compare/v0.13.1...v0.13.2) (2026-02-21)
2+
3+
### 🐛 Bug Fixes
4+
5+
* **ci:** replace /MP /FS with /Z7 to eliminate PDB race on Windows ([2445fed](https://github.com/ghostapp-ai/ghost/commit/2445feddce3b3b8f1660c40fee6515c96e7b587c))
6+
17
## [0.13.1](https://github.com/ghostapp-ai/ghost/compare/v0.13.0...v0.13.1) (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.1",
4+
"version": "0.13.2",
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.1"
3+
version = "0.13.2"
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.1",
4+
"version": "0.13.2",
55
"identifier": "com.ghost.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)