Skip to content

Commit

Permalink
Merge branch 'release-1.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
rtbo committed Jul 22, 2023
2 parents 5657d69 + c0af86a commit 0d4e285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.2.2] - 2023-07-22 - various authors
### Fixed
- fix serialization panic (impl WiredOut #226, #227)
- fix `Send` and `Sync` for events (#233)

## [1.2.1] - 2023-04-23 - 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.1"
version = "1.2.2"
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 0d4e285

Please sign in to comment.