From 2b6b751aac102897ad83f88b0aac4bc4733f684d Mon Sep 17 00:00:00 2001 From: "trilliumbot[bot]" <291654781+trilliumbot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:52:12 +0000 Subject: [PATCH] chore: release v0.12.3 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 124b683..999648a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.3](https://github.com/trillium-rs/trillium-cli/compare/v0.12.2...v0.12.3) - 2026-08-19 + +### Fixed + +- *(deps)* update rust crate trillium-ratelimit to 0.0.2 + +### Other + +- *(deps)* update rust crate trillium-logger to v0.5.5 +- *(deps)* bump js-yaml from 4.3.0 to 4.3.1 in /docs +- *(deps)* bump postcss from 8.5.19 to 8.5.26 in /docs +- *(deps)* bump fast-uri from 3.1.3 to 3.1.5 in /docs +- *(deps)* update rust crate fastrand to v2.5.0 +- *(deps)* update rust crate trillium-client to v0.9.14 +- *(deps)* update rust crate two-face to v0.5.2 +- *(deps)* update react monorepo to v19.2.8 +- *(deps)* update rust crate trillium-html-rewriter to v0.6.1 +- *(deps)* update rust crate serde to v1.0.229 +- *(deps)* update rust crate trillium-http to v1.6.0 +- *(deps)* update rust crate hdrhistogram to v7.6.0 +- *(deps)* update rust crate trillium-client to v0.9.13 +- *(deps)* lock file maintenance +- *(deps)* update rust crate clap to v4.6.2 +- *(deps)* update rust crate trillium-caching-headers to v0.4.2 +- *(deps)* update rust crate trillium-server-common to v0.7.10 +- *(deps)* update actions/setup-node action to v7 + ## [0.12.2](https://github.com/trillium-rs/trillium-cli/compare/v0.12.1...v0.12.2) - 2026-07-13 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 6a1def7..012a41c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3835,7 +3835,7 @@ dependencies = [ [[package]] name = "trillium-cli" -version = "0.12.2" +version = "0.12.3" dependencies = [ "ansi-to-html", "async-broadcast", diff --git a/Cargo.toml b/Cargo.toml index e48c4ba..4a91d57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "trillium-cli" -version = "0.12.2" +version = "0.12.3" description = "The trillium.rs cli" license = "MIT OR Apache-2.0" readme = "README.md"