Skip to content

Commit 2a02096

Browse files
committed
chore(release): cut v0.3.0
Bump the workspace, frontend, Electron, and Rust package metadata to 0.3.0 and publish the release notes in CHANGELOG.md. Agent: codex
1 parent 2560100 commit 2a02096

8 files changed

Lines changed: 37 additions & 15 deletions

File tree

CHANGELOG.md

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

1212
- No changes yet.
1313

14+
## [0.3.0] - 2026-03-09
15+
16+
### Added
17+
18+
- Shared library IPC operations and primary-instance reuse across processes
19+
- External and library-owned diffusers bundle import support, including bundle-aware execution descriptors
20+
- Bundle component previews in import flows and richer model metadata in the frontend
21+
- Partial download staging, resume orchestration, and migration reporting
22+
- Recommended backend hints and canonical reranker model type support
23+
24+
### Changed
25+
26+
- Improved model classification and metadata projection to rely on SQLite-backed library data
27+
- Expanded Hugging Face bundle lookup, hydration, and dependency autobinding flows for imported models
28+
29+
### Fixed
30+
31+
- Release validation and frontend lint/test coverage for packaged builds
32+
- IPC test stability when loopback sockets are restricted by the host environment
33+
- Cross-platform execution path normalization for macOS and Windows CI
34+
- Model type preservation during index rebuilds, partial migration handling, and download recovery
35+
1436
## [0.2.0] - 2026-02-28
1537

1638
### Added

electron/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.

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.2.0",
3+
"version": "0.3.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.2.0",
4+
"version": "0.3.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

package-lock.json

Lines changed: 4 additions & 4 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": "pumas-library-workspace",
33
"private": true,
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"workspaces": [
66
"frontend",
77
"electron"

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.2.0"
9+
version = "0.3.0"
1010
edition = "2021"
1111
authors = ["Jeremy"]
1212
license = "MIT"

0 commit comments

Comments
 (0)