Skip to content

Commit a9d3e1d

Browse files
chore: release v0.11.0 (#131)
## 🤖 New release * `yashiki-ipc`: 0.10.7 -> 0.11.0 * `yashiki`: 0.10.7 -> 0.11.0 * `yashiki-layout-tatami`: 0.10.7 -> 0.11.0 * `yashiki-layout-byobu`: 0.10.7 -> 0.11.0 <details><summary><i><b>Changelog</b></i></summary><p> ## `yashiki-ipc` <blockquote> ## [0.11.0](yashiki-ipc-v0.10.7...yashiki-ipc-v0.11.0) - 2026-02-10 ### Fixed - [**breaking**] rules without --window-level should only match normal-layer windows ([#132](#132)) </blockquote> ## `yashiki` <blockquote> ## [0.11.0](yashiki-v0.10.7...yashiki-v0.11.0) - 2026-02-10 ### Fixed - [**breaking**] rules without --window-level should only match normal-layer windows ([#132](#132)) </blockquote> ## `yashiki-layout-tatami` <blockquote> ## [0.7.3](yashiki-layout-tatami-v0.7.2...yashiki-layout-tatami-v0.7.3) - 2026-01-20 ### Other - update Cargo.lock dependencies </blockquote> ## `yashiki-layout-byobu` <blockquote> ## [0.7.3](yashiki-layout-byobu-v0.7.2...yashiki-layout-byobu-v0.7.3) - 2026-01-20 ### Other - update Cargo.lock dependencies </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4b385d5 commit a9d3e1d

4 files changed

Lines changed: 18 additions & 6 deletions

File tree

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ resolver = "2"
33
members = ["yashiki", "yashiki-ipc", "yashiki-layout-tatami", "yashiki-layout-byobu"]
44

55
[workspace.package]
6-
version = "0.10.7"
6+
version = "0.11.0"
77
edition = "2021"
88
license = "MIT"
99
repository = "https://github.com/typester/yashiki"
1010

1111
[workspace.dependencies]
12-
yashiki-ipc = { path = "yashiki-ipc", version = "0.10.7" }
12+
yashiki-ipc = { path = "yashiki-ipc", version = "0.11.0" }
1313
anyhow = "1.0"
1414
tokio = { version = "1", features = ["full"] }
1515
tracing = "0.1"

yashiki-ipc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0](https://github.com/typester/yashiki/compare/yashiki-ipc-v0.10.7...yashiki-ipc-v0.11.0) - 2026-02-10
11+
12+
### Fixed
13+
14+
- [**breaking**] rules without --window-level should only match normal-layer windows ([#132](https://github.com/typester/yashiki/pull/132))
15+
1016
## [0.10.7](https://github.com/typester/yashiki/compare/yashiki-ipc-v0.10.6...yashiki-ipc-v0.10.7) - 2026-02-08
1117

1218
### Added

yashiki/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11.0](https://github.com/typester/yashiki/compare/yashiki-v0.10.7...yashiki-v0.11.0) - 2026-02-10
11+
12+
### Fixed
13+
14+
- [**breaking**] rules without --window-level should only match normal-layer windows ([#132](https://github.com/typester/yashiki/pull/132))
15+
1016
## [0.10.7](https://github.com/typester/yashiki/compare/yashiki-v0.10.6...yashiki-v0.10.7) - 2026-02-08
1117

1218
### Added

0 commit comments

Comments
 (0)