From 2eae50e21266f5b37061677d164b49c11f00225d Mon Sep 17 00:00:00 2001 From: msiglreith Date: Tue, 31 Oct 2023 19:14:58 +0100 Subject: [PATCH] Bump version to 0.3.2 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cda922..8f89ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +# 0.3.2 (2023-10-31) +- Bump version of `cocoa` and `core-graphics` dependencies. + # 0.3.1 (2022-11-25) - Only build docs.rs for `darwin` and `ios`. diff --git a/Cargo.toml b/Cargo.toml index e1d5a2d..b2ff0b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "raw-window-metal" -version = "0.3.1" +version = "0.3.2" license = "MIT OR Apache-2.0" authors = ["The Gfx-rs Developers"] edition = "2018"