diff --git a/CHANGELOG.md b/CHANGELOG.md index 24825a1d395..8ef388b8c08 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 diff --git a/Cargo.toml b/Cargo.toml index 90803e6e0b4..73d8e6acd10 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"