Skip to content

Commit c99f36a

Browse files
chore(main): release 0.4.1
1 parent 7f7230e commit c99f36a

4 files changed

Lines changed: 14 additions & 3 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.4.0"
2+
".": "0.4.1"
33
}

CHANGELOG.md

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

3+
## [0.4.1](https://github.com/us/null-e/compare/v0.4.0...v0.4.1) (2026-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **ci:** add explicit tag_name to softprops/action-gh-release ([7f7230e](https://github.com/us/null-e/commit/7f7230ee4dd308f825fcd66dacd38d25c57259b1))
9+
* **ci:** add tag input to release workflow_dispatch ([716e4a3](https://github.com/us/null-e/commit/716e4a34f560ebf64500db51c8c8eebb3486b577))
10+
* **ci:** exclude Tauri GUI from CLI release build ([9492ce9](https://github.com/us/null-e/commit/9492ce90ce0f35ca96f8ffd6c30c3f5a46dfbce7))
11+
* **ci:** trigger release workflow via workflow_dispatch from release-please ([864b61d](https://github.com/us/null-e/commit/864b61d1f0ff73d444a1a255aa041c12c7bd1aa5))
12+
* **ci:** use RELEASE_TAG env for workflow_dispatch compatibility ([0a792ad](https://github.com/us/null-e/commit/0a792ad0fadf037a62b35554a20d1476a387ecbf))
13+
314
## [0.4.0](https://github.com/us/null-e/compare/v0.3.0...v0.4.0) (2026-03-28)
415

516

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.4.0"
6+
version = "0.4.1"
77
edition = "2021"
88
authors = ["us"]
99
license = "WTFPL"

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://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json",
33
"productName": "null-e",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"identifier": "com.null-e.app",
66
"build": {
77
"frontendDist": "../ui/dist",

0 commit comments

Comments
 (0)