From 5d41b6b314520c522f90c4fbdb5c5d6e773b3002 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Mon, 27 Jan 2025 10:35:01 +0100 Subject: [PATCH] docs: prepare 1.9.0 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- deploy-notes.md | 2 ++ release-notes.md | 2 ++ 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f5e585e..bcfdc8ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,7 +555,7 @@ dependencies = [ [[package]] name = "jay-compositor" -version = "1.8.0" +version = "1.9.0" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ed5087f0..883bde9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/deploy-notes.md b/deploy-notes.md index cf43b346..650daef9 100644 --- a/deploy-notes.md +++ b/deploy-notes.md @@ -1,5 +1,7 @@ # Unreleased +# 1.9.0 + - Needs jay-compositor release. # 1.8.0 diff --git a/release-notes.md b/release-notes.md index 66f7ed19..541a33dd 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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