diff --git a/CHANGELOG.md b/CHANGELOG.md index b73fadd..5a9ebfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -# Unreleased +# 0.3.4 (2021-11-27) -* Add `HasRawWindowHandle` implementation for `HasRawWindowHandle` in the newer - version `0.4.1`. +* Add `HasRawWindowHandle` implementation for `HasRawWindowHandle` in the + newer `v0.4`. This allows "provider" crates that implement `HasRawWindowHandle` (like - `winit`, `sdl2`, `glfw`, `fltk`, ...) to upgrade to `v0.4.1` without a + `winit`, `sdl2`, `glfw`, `fltk`, ...) to upgrade to `v0.4` without a breaking change. Afterwards "consumer" crates (like `gfx`, `wgpu`, `rfd`, ...) can start diff --git a/Cargo.toml b/Cargo.toml index ab83d6b..33f4619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-window-handle" -version = "0.3.3" +version = "0.3.4" authors = ["Osspial "] edition = "2018" description = "Interoperability library for Rust Windowing applications."