Skip to content

Commit eaddeda

Browse files
authored
Merge pull request #274 from rtbo/release-1.5.0
Release 1.5.0
2 parents 8623b9e + 49cdbab commit eaddeda

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

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.4.0"
3+
version = "1.5.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)