Skip to content

Commit 9031cab

Browse files
committed
chore(release): prepare v0.4.0
Promote the changelog entry for 0.4.0 dated April 13, 2026 and add a fresh empty Unreleased section for subsequent work. Align the release version markers across the private root workspace package, frontend package, electron package, Rust workspace package metadata, and the checked-in Cargo.lock local package entries so the repository reports one coherent release version. This is a metadata-only release-prep slice. The release candidate code path was validated by CI prior to tagging; this commit only updates changelog and version surfaces.
1 parent 9601c5a commit 9031cab

6 files changed

Lines changed: 32 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1111

1212
- No changes yet.
1313

14+
## [0.4.0] - 2026-04-13
15+
16+
### Added
17+
18+
- Shared cross-platform launcher core with consistent Bash and PowerShell lifecycle flows, including bounded `--release-smoke` verification
19+
- GitHub release checks and download prompts in the desktop updater flow
20+
- UniFFI C# smoke verification and release-packaging scripts for generated bindings and native artifacts
21+
- Packaged-app fallback flow that lets users choose and persist an existing library root when no library is detected automatically
22+
23+
### Changed
24+
25+
- Moved workspace tooling ownership and CI bootstrap flows to the pinned pnpm/Corepack contract across frontend, Electron, and launcher workflows
26+
- Refined desktop shell defaults and header interactions, including default window sizing, drag behavior, and feature-split production frontend bundles
27+
- Updated repo-facing documentation for current cross-platform setup, launcher usage, and contribution workflows
28+
29+
### Fixed
30+
31+
- UniFFI download request drift that broke `pumas-uniffi` builds
32+
- Packaged desktop launcher root detection, shortcut relocation, and release GUI startup behavior
33+
- Linux CI Electron smoke execution under sandboxed GitHub runners
34+
- Reconciliation, registry/test isolation, and canonical path handling across Linux, macOS, and Windows CI
35+
- Tokio example runtime configuration so documented examples compile with the pinned workspace runtime features
36+
1437
## [0.3.0] - 2026-03-09
1538

1639
### Added

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pumas-library-electron",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Electron wrapper for Pumas Library",
55
"main": "dist/main.js",
66
"author": "Pumas Library Team",

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pumas-library-frontend",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pumas-library-workspace",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"packageManager": "pnpm@10.33.0",
66
"workspaces": [
77
"frontend",

rust/Cargo.lock

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

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = ["crates/pumas-core", "crates/pumas-app-manager", "crates/pumas-rpc",
66
default-members = ["crates/pumas-core", "crates/pumas-app-manager", "crates/pumas-rpc", "crates/pumas-uniffi"]
77

88
[workspace.package]
9-
version = "0.3.0"
9+
version = "0.4.0"
1010
edition = "2021"
1111
authors = ["Jeremy"]
1212
license = "MIT"

0 commit comments

Comments
 (0)