Skip to content

Commit 51a93c5

Browse files
chore(release): 0.8.0 [skip ci]
## [0.8.0](v0.7.0...v0.8.0) (2026-02-07) ### ✨ Features * complete account-bound profile switching and hardening ([#78](#78)) ([a93c6d0](a93c6d0)) ### 🐛 Bug Fixes * **ci:** increase Node heap for publish step to prevent macOS OOM ([#76](#76)) ([ee64179](ee64179)) * **ci:** make WiX Toolset setup resilient on Windows runners ([#73](#73)) ([5fe434f](5fe434f)) ### 📝 Documentation * **openspec:** backfill missing proposals ([287e848](287e848))
1 parent 287e848 commit 51a93c5

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
# Changelog
44

5+
## [0.8.0](https://github.com/Draculabo/AntigravityManager/compare/v0.7.0...v0.8.0) (2026-02-07)
6+
7+
### ✨ Features
8+
9+
* complete account-bound profile switching and hardening ([#78](https://github.com/Draculabo/AntigravityManager/issues/78)) ([a93c6d0](https://github.com/Draculabo/AntigravityManager/commit/a93c6d0cea5b9904a30234faffe767505f753373))
10+
11+
### 🐛 Bug Fixes
12+
13+
* **ci:** increase Node heap for publish step to prevent macOS OOM ([#76](https://github.com/Draculabo/AntigravityManager/issues/76)) ([ee64179](https://github.com/Draculabo/AntigravityManager/commit/ee641799c27425ceb6d2d6d00a132881bedb1f04))
14+
* **ci:** make WiX Toolset setup resilient on Windows runners ([#73](https://github.com/Draculabo/AntigravityManager/issues/73)) ([5fe434f](https://github.com/Draculabo/AntigravityManager/commit/5fe434f7050cb8975d65502baeb03b1747e00611))
15+
16+
### 📝 Documentation
17+
18+
* **openspec:** backfill missing proposals ([287e848](https://github.com/Draculabo/AntigravityManager/commit/287e848b3291d2ee43b173802b87491c2a90930d))
19+
520
## [0.7.0](https://github.com/Draculabo/AntigravityManager/compare/v0.6.0...v0.7.0) (2026-02-06)
621

722
### ✨ Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "antigravity-manager",
33
"productName": "Antigravity Manager",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"description": "Antigravity Manager - Electron App",
66
"main": ".vite/build/main.js",
77
"private": true,

0 commit comments

Comments
 (0)