diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cee08c..144befc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.0] - 2022-10-23 _Initial release._ [Unreleased]: https://github.com/keyboardio/kaleidoscope-focus.rs/commits/main +[0.1.0]: https://github.com/keyboardio/kaleidoscope-focus.rs/releases/tag/v0.1.0 diff --git a/kaleidoscope-focus-cli/Cargo.toml b/kaleidoscope-focus-cli/Cargo.toml index 190101d..7b719a0 100644 --- a/kaleidoscope-focus-cli/Cargo.toml +++ b/kaleidoscope-focus-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kaleidoscope-focus-cli" -version = "0.1.0-snapshot" +version = "0.1.0" description = "Tiny utilities to talk with Kaleidoscope-powered devices using the Focus protocol" categories = ["command-line-utilities", "hardware-support"] license = "GPL-3.0-only" @@ -25,7 +25,7 @@ features = ["std", "derive", "env", "help", "usage"] version = "0.17.1" [dependencies.kaleidoscope-focus] -version = "0.1.0-snapshot" +version = "0.1.0" path = "../kaleidoscope-focus" [dependencies.serde] diff --git a/kaleidoscope-focus/Cargo.toml b/kaleidoscope-focus/Cargo.toml index 594d582..6670c5b 100644 --- a/kaleidoscope-focus/Cargo.toml +++ b/kaleidoscope-focus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kaleidoscope-focus" -version = "0.1.0-snapshot" +version = "0.1.0" description = "A library to talk with Kaleidoscope-powered devices using the Focus protocol" categories = ["hardware-support"] license = "GPL-3.0-only"