Skip to content

Commit 5ed1355

Browse files
committed
release candidate: v1.5.1784645585
1 parent dc632aa commit 5ed1355

6 files changed

Lines changed: 8 additions & 10 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.5.1784645585] - 2026-07-21
11+
1012
## [1.5.1784597803] - 2026-07-20
1113

1214
### Fixed

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.5.1784597803"
25+
version = "1.5.1784645585"
2626
edition = "2021"
2727
rust-version = "1.91"
2828
license = "Apache-2.0"

LATEST_RELEASE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
version: 1.5.1784597803
1+
version: 1.5.1784645585
22
---
3-
### Fixed
4-
- Bounded linked Cargo test binaries and aged reproducible `target/` staging,
5-
retained useful compiler/toolchain caches under Docker pressure, reclaimed
6-
abandoned created containers, and rechecked daemon capacity immediately
7-
before the Linux package-install pytest tail.
3+

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.5.1784597803",
4+
"version": "1.5.1784645585",
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.5.1784597803"
3+
version = "1.5.1784645585"
44
requires-python = ">=3.11"
55
dependencies = [
66
"pydantic>=2.0",

uv.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.

0 commit comments

Comments
 (0)