From 1295f40732647cb17a640bbeeb990d50d874d9da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Thebault?= Date: Sat, 9 Dec 2023 13:11:08 +0100 Subject: [PATCH 1/2] updated changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24825a1d3955..8ef388b8c08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] - - various authors + +## [1.3.0] - 2023-12-09 - various authors ### Added - - export well-known RandR output property names + - add `Connection::poll_for_reply` and `Connection::poll_for_reply_unchecked` (#245) + +### Fixed + - fix more alignment panic (#246, #247) ## [1.2.2] - 2023-07-22 - various authors ### Fixed From 4399ca8b0e1f37d5a67a4ef6631b90d58252c069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Thebault?= Date: Sat, 9 Dec 2023 13:11:16 +0100 Subject: [PATCH 2/2] bump 1.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90803e6e0b46..73d8e6acd102 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xcb" -version = "1.2.2" +version = "1.3.0" authors = [ "Remi Thebault " ] description = "Rust safe bindings for XCB" repository = "https://github.com/rust-x-bindings/rust-xcb"