From 755f163e8119921911c4337ed319d3303b7a3e89 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Sun, 7 Jun 2020 09:22:39 +0000 Subject: [PATCH] Update to 0.34.1 --- Cargo.toml | 2 +- README.md | 2 +- changelog.md | 13 ++++++++++++- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e31c0d2f..da187ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/Rust-SDL2/rust-sdl2" documentation = "https://rust-sdl2.github.io/rust-sdl2/sdl2/" -version = "0.34.0" +version = "0.34.1" license = "MIT" authors = [ "Tony Aldridge ", "Cobrand "] keywords = ["SDL", "windowing", "graphics", "api", "engine"] diff --git a/README.md b/README.md index 7a970daa..646368a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Bindings for SDL2 in Rust -### [Changelog for 0.34](changelog.md#v034) +### [Changelog for 0.34.1](changelog.md#v0341) # Overview diff --git a/changelog.md b/changelog.md index ea7e00b6..e6761343 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,18 @@ In this file will be listed the changes, especially the breaking ones that one should be careful of when upgrading from a version of rust-sdl2 to another. -### v0.34 +### v0.34.1 + +[PR #1004](https://github.com/Rust-SDL2/rust-sdl2/pull/1004) + [PR #1005](https://github.com/Rust-SDL2/rust-sdl2/pull/1005): +Add convenience functions for Window and Event. + +[PR #996](https://github.com/Rust-SDL2/rust-sdl2/pull/996): +Impl `From` for `WindowPos`. + +[PR #988](https://github.com/Rust-SDL2/rust-sdl2/pull/988): +Add convenience functions for `Texture`. + +### v0.34.0 [PR #962](https://github.com/Rust-SDL2/rust-sdl2/pull/962): Added `raw-window-handle` support for Windows, Linux (X11 and Wayland) and macOS.