Skip to content

Commit 94cfd0b

Browse files
committed
fix: cut v0.2.21 for tauri build hotfix
1 parent ee5a31a commit 94cfd0b

8 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

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

3+
## v0.2.21 - 2026-04-13
4+
5+
- Fixed the Tauri suggest-mappings command by building its response before moving the generated mappings into session state, resolving the ownership error that broke CI and release builds.
6+
- Bumped release metadata across the core crate, Tauri app, frontend package, lockfiles, and desktop config for a consistent v0.2.21 cut.
7+
38
## v0.2.20 - 2026-04-13
49

510
- Reduced duplicate response shaping between the HTTP and Tauri layers by introducing shared presentation response models while preserving API contract behavior.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "csv-align"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
edition = "2021"
55
description = "CSV file comparison tool with modern web UI"
66
license = "MIT"

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

frontend/package.json

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

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "csv-align-app"
3-
version = "0.2.20"
3+
version = "0.2.21"
44
edition = "2021"
55
description = "CSV file comparison desktop application"
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
"productName": "CSV Align",
4949
"mainBinaryName": "csv-align",
5050
"identifier": "com.csvalign.desktop",
51-
"version": "0.2.20"
51+
"version": "0.2.21"
5252
}

0 commit comments

Comments
 (0)