Skip to content

Commit 1e0a35c

Browse files
chore(main): release 0.4.0
1 parent af19683 commit 1e0a35c

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/us/null-e/compare/v0.3.0...v0.4.0) (2026-03-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* project restructured as Cargo workspace with Tauri GUI crate
9+
10+
### Features
11+
12+
* add Tauri GUI with full UX, auto-update, system tray, and cross-platform releases ([1e0b5f9](https://github.com/us/null-e/commit/1e0b5f9ab5d355122e0610d5be2cc92a875df555))
13+
14+
15+
### Bug Fixes
16+
17+
* **ci:** exclude Tauri GUI crate from test and clippy jobs ([af19683](https://github.com/us/null-e/commit/af1968380fbb3b6b42752c2fa9d44f53f884bb0a))
18+
* **ci:** switch release-please to simple mode for Cargo workspace compatibility ([e0643b5](https://github.com/us/null-e/commit/e0643b576d0601bf426420eb3887107ae17f55cd))
19+
320
## [0.3.0](https://github.com/us/null-e/compare/v0.2.0...v0.3.0) (2026-03-25)
421

522

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/null-e-core", "crates/null-e-cli", "tauri"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.3.0"
6+
version = "0.4.0"
77
edition = "2021"
88
authors = ["us"]
99
license = "WTFPL"

tauri/tauri.conf.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json",
33
"productName": "null-e",
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"identifier": "com.null-e.app",
66
"build": {
77
"frontendDist": "../ui/dist",
@@ -29,7 +29,12 @@
2929
},
3030
"bundle": {
3131
"active": true,
32-
"targets": ["dmg", "nsis", "deb", "appimage"],
32+
"targets": [
33+
"dmg",
34+
"nsis",
35+
"deb",
36+
"appimage"
37+
],
3338
"icon": [
3439
"icons/32x32.png",
3540
"icons/128x128.png",

0 commit comments

Comments
 (0)