We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dff33ec commit 9a8f7d0Copy full SHA for 9a8f7d0
CHANGELOG.md
@@ -7,8 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
8
## Unreleased
9
10
-- Bump MSRV from `1.64` to `1.65`.
11
-
12
-### Added
+## 1.1.0
13
14
-- Access to alternative names for cursor icons through the `CursorIcon::alt_names` method.
+- Bump MSRV from `1.64` to `1.65`.
+- Add access to alternative names for cursor icons through the `CursorIcon::alt_names` method.
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "cursor-icon"
3
-version = "1.0.0"
+version = "1.1.0"
4
authors = ["Kirill Chibisov <[email protected]>"]
5
description = "Cross platform cursor icon type"
6
repository = "https://github.com/rust-windowing/cursor-icon"
0 commit comments