From 811c79f742a318c1b3337bc85e3874a548dba316 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 27 Nov 2021 03:34:03 +0100 Subject: [PATCH] Release v0.3.4 with the semver trick (#79) --- 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."