Skip to content

Commit afa39fc

Browse files
committed
bump 1.6.0
1 parent 11e28b9 commit afa39fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased] - - various authors
8+
9+
## [1.6.0] - 2025-08-15 - various authors
810
### Added
911
- export well-known RandR output property names, this time for real
1012

13+
### Fixed
14+
- fixing further unalignemnt issues (#277)
15+
- hand-writen `damage::ReportLevel` enum to handle the DamageNotifyMore bit (#280)
16+
- fix unsound API `xcb::Connection::connect_to_fd*` (#283)
17+
1118
## [1.5.0] - 2024-11-09 - various authors
1219
### Added
1320
- `UnknownError` and no more panic for failed resolution (#266)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xcb"
3-
version = "1.5.0"
3+
version = "1.6.0"
44
authors = [ "Remi Thebault <remi.thebault@gmail.com>" ]
55
description = "Rust safe bindings for XCB"
66
repository = "https://github.com/rust-x-bindings/rust-xcb"

0 commit comments

Comments
 (0)