Skip to content

Commit

Permalink
Merge pull request #249 from rtbo/release-1.3.0
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
rtbo authored Dec 9, 2023
2 parents 21efad1 + 4399ca8 commit e9e3bed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xcb"
version = "1.2.2"
version = "1.3.0"
authors = [ "Remi Thebault <remi.thebault@gmail.com>" ]
description = "Rust safe bindings for XCB"
repository = "https://github.com/rust-x-bindings/rust-xcb"
Expand Down

0 comments on commit e9e3bed

Please sign in to comment.