Skip to content

Commit 71b79a8

Browse files
committed
release: v1.4.1782940516
1 parent e3c2599 commit 71b79a8

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.1782940516] - 2026-07-01
11+
1012
### Fixed
1113
- Clarified the binary self-update bootstrap boundary: installs that predate the
1214
packaged binary updater require one manual installer upgrade before they can

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222
]
2323

2424
[workspace.package]
25-
version = "1.4.1782934218"
25+
version = "1.4.1782940516"
2626
edition = "2021"
2727
rust-version = "1.91"
2828
license = "Apache-2.0"

LATEST_RELEASE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
version: 1.4.1782934218
1+
version: 1.4.1782940516
22
---
3-
3+
### Fixed
4+
- Clarified the binary self-update bootstrap boundary: installs that predate the
5+
packaged binary updater require one manual installer upgrade before they can
6+
follow the decoupled daily binary update rail.

crates/capsem-app/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-utils/schema.json",
33
"productName": "Capsem",
4-
"version": "1.4.1782934218",
4+
"version": "1.4.1782940516",
55
"identifier": "com.capsem.capsem",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "capsem"
3-
version = "1.4.1782934218"
3+
version = "1.4.1782940516"
44
requires-python = ">=3.11"
55
dependencies = [
66
"pydantic>=2.0",

0 commit comments

Comments
 (0)