File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased] - - various authors
88
9+ ## [ 1.5.0] - 2024-11-09 - various authors
10+ ### Added
11+ - ` UnknownError ` and no more panic for failed resolution (#266 )
12+ - unsafe public API to resolve FFI events and errors (#266 )
13+ - ` Reply::as_raw ` (#267 )
14+ - ` GetModifierMappingReply::keycodes_per_modifier ` is public (#271 )
15+
16+ ### Fixed
17+ - Compilation warnings (#275 )
18+
919## [ 1.4.0] - 2024-04-23 - various authors
1020### Added
1121 - ` BaseEvent::is_from_send_event ` (#262 )
Original file line number Diff line number Diff line change 11[package ]
22name = " xcb"
3- version = " 1.4 .0"
3+ version = " 1.5 .0"
44authors = [ " Remi Thebault <remi.thebault@gmail.com>" ]
55description = " Rust safe bindings for XCB"
66repository = " https://github.com/rust-x-bindings/rust-xcb"
You can’t perform that action at this time.
0 commit comments