Skip to content

Commit

Permalink
Release v0.3.4 with the semver trick (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Nov 27, 2021
1 parent 71f428d commit 811c79f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "raw-window-handle"
version = "0.3.3"
version = "0.3.4"
authors = ["Osspial <osspial@gmail.com>"]
edition = "2018"
description = "Interoperability library for Rust Windowing applications."
Expand Down

0 comments on commit 811c79f

Please sign in to comment.