diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2a7b9dd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +All notable changes to cursor-icon are documented in this file. +The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` and `Removed`. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +# Unreleased diff --git a/Cargo.toml b/Cargo.toml index ea5d27c..ad81bb9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cursor-icon" -version = "0.1.0" +version = "1.0.0" authors = ["Kirill Chibisov "] description = "Cross platform cursor icon type" repository = "https://github.com/rust-windowing/cursor-icon"