Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.1"
".": "1.6.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
Expand Down
16 changes: 8 additions & 8 deletions _meta/INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>
# is a different concrete type at every patch release; mismatched pins
Expand Down