Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 26, 2025
1 parent 4e2b327 commit 037e0fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 1.1.0 (2025-01-24)

- Update `objc2` dep to `0.6`.
- Bump MSRV to 1.71.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 037e0fa

Please sign in to comment.