From e07074ea48fe39ff7f14531ba7c9df1e1ac0601c Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sun, 25 May 2025 15:10:46 +0200 Subject: [PATCH] cursor-icon version 1.2.0 --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd681ec..f9ecbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 1.2.0 + - Implement `Hash` for `ParseError`. -- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42 +- Add `CursorIcon::DndAsk` and `CursorIcon::AllResize` from the wayland-protocols version 1.42. ## 1.1.0 diff --git a/Cargo.toml b/Cargo.toml index ab70bdc..7ed8826 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cursor-icon" -version = "1.1.0" +version = "1.2.0" authors = ["Kirill Chibisov "] description = "Cross platform cursor icon type" repository = "https://github.com/rust-windowing/cursor-icon"