Skip to content

Commit 8d03367

Browse files
committed
release: v1.2.1780446192
1 parent 7b209fa commit 8d03367

6 files changed

Lines changed: 811 additions & 8 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.2.1780446192] - 2026-06-03
11+
1012
### Changed
1113
- Changed the endpoint-latency benchmark gate to keep strict default p95
1214
budgets while giving `/settings`, `/profiles`, and full `/logs/{id}` audit

Cargo.toml

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

2525
[workspace.package]
26-
version = "1.2.1780442258"
26+
version = "1.2.1780446192"
2727
edition = "2021"
2828
rust-version = "1.91"
2929
license = "Apache-2.0"

LATEST_RELEASE.md

Lines changed: 805 additions & 4 deletions
Large diffs are not rendered by default.

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.2.1780442258",
4+
"version": "1.2.1780446192",
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.2.1780442258"
3+
version = "1.2.1780446192"
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)