From 037e0fa6e9a8abb62297287331f429bf0ac5892c Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 26 Jan 2025 17:07:39 +0100 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- src/lib.rs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c627f..9323843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.1.0 (2025-01-24) + - Update `objc2` dep to `0.6`. - Bump MSRV to 1.71. diff --git a/Cargo.toml b/Cargo.toml index 394a8cb..82e3fc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "raw-window-metal" # Remember to update html_root_url in lib.rs -version = "1.0.0" +version = "1.1.0" license = "MIT OR Apache-2.0" edition = "2021" description = "Interop library between Metal and raw-window-handle" diff --git a/src/lib.rs b/src/lib.rs index 35e802d..0b29f10 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -132,7 +132,7 @@ #![deny(unsafe_op_in_unsafe_fn)] #![warn(clippy::undocumented_unsafe_blocks)] // Update in Cargo.toml as well. -#![doc(html_root_url = "https://docs.rs/raw-window-metal/1.0.0")] +#![doc(html_root_url = "https://docs.rs/raw-window-metal/1.1.0")] mod observer;