docs: prepare 1.9.0 release
This commit is contained in:
parent
4e23f4824e
commit
5d41b6b314
4 changed files with 6 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -555,7 +555,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "jay-compositor"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "jay-compositor"
|
||||
version = "1.8.0"
|
||||
version = "1.9.0"
|
||||
edition = "2021"
|
||||
build = "build/build.rs"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
# 1.9.0
|
||||
|
||||
- Needs jay-compositor release.
|
||||
|
||||
# 1.8.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
# Unreleased
|
||||
|
||||
# 1.9.0 (2025-01-27)
|
||||
|
||||
This release replaces xkbcommon by the kbvm crate.
|
||||
|
||||
This is a huge change in how input is handled. The intention is that this is completely
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue