Skip to content

Commit

Permalink
Merge pull request #274 from rtbo/release-1.5.0
Browse files Browse the repository at this point in the history
Release 1.5.0
  • Loading branch information
rtbo authored Nov 10, 2024
2 parents 8623b9e + 49cdbab commit eaddeda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - - various authors

## [1.5.0] - 2024-11-09 - various authors
### Added
- `UnknownError` and no more panic for failed resolution (#266)
- unsafe public API to resolve FFI events and errors (#266)
- `Reply::as_raw` (#267)
- `GetModifierMappingReply::keycodes_per_modifier` is public (#271)

### Fixed
- Compilation warnings (#275)

## [1.4.0] - 2024-04-23 - various authors
### Added
- `BaseEvent::is_from_send_event` (#262)
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.4.0"
version = "1.5.0"
authors = [ "Remi Thebault <[email protected]>" ]
description = "Rust safe bindings for XCB"
repository = "https://github.com/rust-x-bindings/rust-xcb"
Expand Down

0 comments on commit eaddeda

Please sign in to comment.