Skip to content

Commit

Permalink
Preparations for 0.1.0
Browse files Browse the repository at this point in the history
Set the version to 0.1.0 in both crates, and add a release date to the changelog.

Signed-off-by: Gergely Nagy <[email protected]>
  • Loading branch information
algernon committed Oct 23, 2022
1 parent 01be171 commit 48072b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions kaleidoscope-focus-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion kaleidoscope-focus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 48072b7

Please sign in to comment.