Skip to content

Commit 9678370

Browse files
committed
release: v1.2.0
1 parent beeba41 commit 9678370

3 files changed

Lines changed: 15 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to symbi-codered are documented here. The format is based on
44
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres
55
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [1.2.0] - 2026-08-26
88

99
### Added
1010
- **Selectable model profiles**`codered hunt --model-profile <name>`
@@ -60,6 +60,15 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6060
URL; added `php-sandbox`/`java-sandbox`/`iac-scanner` to the quick-start;
6161
documented `GRC_TOKEN` and `OPENROUTER_API_KEY` in `.env.example`.
6262

63+
### Security
64+
- Patched RUSTSEC advisories via lockfile update: quinn-proto 0.11.17
65+
(RUSTSEC-2026-0185, remote memory exhaustion, high), h2 0.4.19
66+
(RUSTSEC-2026-0258, unbounded empty DATA frames), crossbeam-epoch 0.9.20
67+
(RUSTSEC-2026-0204), plus unsoundness fixes in anyhow 1.0.104,
68+
event-listener 5.4.2, and memmap2 0.9.11. Known remaining: rsa 0.9.10
69+
Marvin timing sidechannel (RUSTSEC-2023-0071, transitive via
70+
symbi-runtime → jsonwebtoken) has no fixed upstream release.
71+
6372
## [1.1.0] - 2026-06-30
6473

6574
First public release of the open-source core under Apache-2.0.

Cargo.lock

Lines changed: 4 additions & 4 deletions
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
@@ -8,7 +8,7 @@ members = [
88
]
99

1010
[workspace.package]
11-
version = "1.1.0"
11+
version = "1.2.0"
1212
edition = "2021"
1313
license = "Apache-2.0" # OSS core; enterprise crates override to LicenseRef-Proprietary
1414
publish = false # do not publish to crates.io

0 commit comments

Comments
 (0)