From 7f9cad654b59706220b137d914096761f573cbee Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 01:44:09 +0000 Subject: [PATCH] chore(main): release 1.6.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 22 +++++++++++----------- Cargo.toml | 18 +++++++++--------- README.md | 4 ++-- _meta/INTEGRATION.md | 16 ++++++++-------- 6 files changed, 38 insertions(+), 31 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 093be7e..9464c4e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.1" + ".": "1.6.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 377031e..24acdcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ formatting and theatron's SemVer policy The eight crates ship together at a single workspace version; one entry per release covers all eight. +## [1.6.2](https://github.com/forkwright/theatron/compare/v1.6.1...v1.6.2) (2026-08-16) + + +### Bug Fixes + +* **toolchain:** build on stable rather than nightly ([#266](https://github.com/forkwright/theatron/issues/266)) ([9906675](https://github.com/forkwright/theatron/commit/9906675f3dedcce171f7f78a5f69b9692abfa5d1)) + ## [1.6.1](https://github.com/forkwright/theatron/compare/v1.6.0...v1.6.1) (2026-08-15) diff --git a/Cargo.lock b/Cargo.lock index 36fa789..4b12119 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -643,7 +643,7 @@ checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "bathron" -version = "1.6.1" +version = "1.6.2" dependencies = [ "dirs", "fd-lock", @@ -2219,7 +2219,7 @@ dependencies = [ [[package]] name = "dokimasia" -version = "1.6.1" +version = "1.6.2" dependencies = [ "clap", "codespan-reporting 0.13.1", @@ -3132,7 +3132,7 @@ dependencies = [ [[package]] name = "gramma" -version = "1.6.1" +version = "1.6.2" dependencies = [ "syntect", ] @@ -3875,7 +3875,7 @@ dependencies = [ [[package]] name = "keryx" -version = "1.6.1" +version = "1.6.2" dependencies = [ "bytes", "futures-core", @@ -4271,7 +4271,7 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "mekhane" -version = "1.6.1" +version = "1.6.2" dependencies = [ "dioxus", "dioxus-core", @@ -5192,7 +5192,7 @@ dependencies = [ [[package]] name = "parodos" -version = "1.6.1" +version = "1.6.2" dependencies = [ "arboard", "base64 0.23.1", @@ -6570,7 +6570,7 @@ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" [[package]] name = "skeue" -version = "1.6.1" +version = "1.6.2" dependencies = [ "dioxus", "dioxus-ssr", @@ -7270,7 +7270,7 @@ dependencies = [ [[package]] name = "theatron-example-full-app" -version = "1.6.1" +version = "1.6.2" dependencies = [ "bathron", "dioxus", @@ -7287,7 +7287,7 @@ dependencies = [ [[package]] name = "theatron-example-minimal" -version = "1.6.1" +version = "1.6.2" dependencies = [ "dioxus", "dioxus-native", @@ -7296,7 +7296,7 @@ dependencies = [ [[package]] name = "theatron-example-tray-smoke" -version = "1.6.1" +version = "1.6.2" dependencies = [ "dioxus", "mekhane", @@ -7304,7 +7304,7 @@ dependencies = [ [[package]] name = "themelion" -version = "1.6.1" +version = "1.6.2" dependencies = [ "dioxus", "dioxus-ssr", diff --git a/Cargo.toml b/Cargo.toml index e1ab603..465892c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ ] [workspace.package] -version = "1.6.1" +version = "1.6.2" edition = "2024" license = "Apache-2.0 OR MIT" homepage = "https://github.com/forkwright/theatron" @@ -37,13 +37,13 @@ authors = ["forkwright"] # # themelion is declared as an expanded table at the end of this section # (default-features = false — see the WHY there). -bathron = { version = "1.6.1", path = "crates/bathron" } -keryx = { version = "1.6.1", path = "crates/keryx" } -skeue = { version = "1.6.1", path = "crates/skeue" } -gramma = { version = "1.6.1", path = "crates/gramma" } -mekhane = { version = "1.6.1", path = "crates/mekhane" } -parodos = { version = "1.6.1", path = "crates/parodos" } -dokimasia = { version = "1.6.1", path = "crates/dokimasia" } +bathron = { version = "1.6.2", path = "crates/bathron" } +keryx = { version = "1.6.2", path = "crates/keryx" } +skeue = { version = "1.6.2", path = "crates/skeue" } +gramma = { version = "1.6.2", path = "crates/gramma" } +mekhane = { version = "1.6.2", path = "crates/mekhane" } +parodos = { version = "1.6.2", path = "crates/parodos" } +dokimasia = { version = "1.6.2", path = "crates/dokimasia" } # UI framework # WHY: Pin dioxus to an exact patch version, fleet-wide. Dioxus @@ -156,7 +156,7 @@ toml = { version = "1.1", default-features = false, features = [ # opt back in with `features = ["dioxus"]`. Expanded table (not inline) # per TOML/inline-table-too-long. [workspace.dependencies.themelion] -version = "1.6.1" +version = "1.6.2" path = "crates/themelion" default-features = false diff --git a/README.md b/README.md index dc64d67..d2a0e13 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ Add to your consumer `Cargo.toml`: # so this snippet cannot go stale. They are TOML comments and safe to paste. # A block-scoped annotation would be wrong here -- it rewrites EVERY semver # between its markers, which would stamp theatron's version onto the dioxus pins. -themelion = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -mekhane = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version +themelion = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +mekhane = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version dioxus = "=0.7.6" dioxus-native = "=0.7.6" ``` diff --git a/_meta/INTEGRATION.md b/_meta/INTEGRATION.md index fbe2455..9cafa29 100644 --- a/_meta/INTEGRATION.md +++ b/_meta/INTEGRATION.md @@ -17,14 +17,14 @@ single tag; never mix-and-match versions across crates. # The tags below are rewritten by release-please on each release, so this # snippet cannot drift from the shipped version. The annotations are TOML # comments and safe to paste. -themelion = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -mekhane = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -bathron = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -keryx = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -skeue = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -gramma = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -parodos = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version -dokimasia = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.1" } # x-release-please-version +themelion = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +mekhane = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +bathron = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +keryx = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +skeue = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +gramma = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +parodos = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version +dokimasia = { git = "https://github.com/forkwright/theatron.git", tag = "v1.6.2" } # x-release-please-version # Pin Dioxus to the same exact patch theatron resolves to. EventHandler # is a different concrete type at every patch release; mismatched pins