From e5cf784baa20dbcaa720548dea2b27ef86c26f27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:37:10 +0000 Subject: [PATCH] chore(main): release 0.4.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- tauri/tauri.conf.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4cff5b9..b81fe00 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cecd277..3b25469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.3](https://github.com/us/null-e/compare/v0.4.2...v0.4.3) (2026-06-18) + + +### Features + +* **cli:** add --no-emoji flag and list files in dry-run preview ([c9f2747](https://github.com/us/null-e/commit/c9f2747fb0d7135864a6de0a63663f446da0dc79)) +* one-line curl | sh installer ([fb31d43](https://github.com/us/null-e/commit/fb31d43cbd41b4cd401c8d9a1a5cf6d15f7db5cc)) + + +### Bug Fixes + +* **release:** publish CLI to crates.io as null-e ([dd3cb14](https://github.com/us/null-e/commit/dd3cb144b06478473a5d20aff69a8636c902ea42)) + ## [0.4.2](https://github.com/us/null-e/compare/v0.4.1...v0.4.2) (2026-06-18) diff --git a/Cargo.toml b/Cargo.toml index b1536ac..11c58bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/null-e-core", "crates/null-e-cli", "tauri"] resolver = "2" [workspace.package] -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["us"] license = "WTFPL" diff --git a/tauri/tauri.conf.json b/tauri/tauri.conf.json index e1913f1..7658681 100644 --- a/tauri/tauri.conf.json +++ b/tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/schema.json", "productName": "null-e", - "version": "0.4.2", + "version": "0.4.3", "identifier": "com.null-e.disk-cleaner", "build": { "frontendDist": "../ui/dist",