Skip to content

Commit 9a8f7d0

Browse files
committed
cursor-icon version 1.1.0
1 parent dff33ec commit 9a8f7d0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## Unreleased
99

10-
- Bump MSRV from `1.64` to `1.65`.
11-
12-
### Added
10+
## 1.1.0
1311

14-
- Access to alternative names for cursor icons through the `CursorIcon::alt_names` method.
12+
- Bump MSRV from `1.64` to `1.65`.
13+
- Add access to alternative names for cursor icons through the `CursorIcon::alt_names` method.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cursor-icon"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
authors = ["Kirill Chibisov <[email protected]>"]
55
description = "Cross platform cursor icon type"
66
repository = "https://github.com/rust-windowing/cursor-icon"

0 commit comments

Comments
 (0)