From 14ce843267c46e3e32b28911dab4e91f29fd5083 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 24 Nov 2021 16:34:56 +0100 Subject: [PATCH] Release v0.3.4 with the semver trick --- CHANGELOG.md | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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."