diff --git a/CHANGELOG.md b/CHANGELOG.md index daee610..9355c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Types of changes: * `Fixed` for any bug fixes. * `Security` in case of vulnerabilities. -## [UNRELEASED] +## [0.3.0] - 2022-11-04 ### Added @@ -88,7 +88,8 @@ Types of changes: * Initial release. -[UNRELEASED]: https://github.com/diego-plan9/lillinput/compare/v0.2.1...HEAD +[UNRELEASED]: https://github.com/diego-plan9/lillinput/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/diego-plan9/lillinput/compare/v0.2.1...v0.3.0 [0.2.1]: https://github.com/diego-plan9/lillinput/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/diego-plan9/lillinput/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/diego-plan9/lillinput/releases/tag/v0.1.0 diff --git a/crates/lillinput-cli/Cargo.toml b/crates/lillinput-cli/Cargo.toml index f3b875c..c8db84c 100644 --- a/crates/lillinput-cli/Cargo.toml +++ b/crates/lillinput-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lillinput-cli" -version = "0.3.0-rc0" +version = "0.3.0" authors = ["Diego M. Rodríguez "] edition = "2021" description = "Application for connecting libinput gestures to i3 and others" @@ -14,7 +14,7 @@ clap = { version = "~3.2.17", features = ["derive"] } clap-verbosity-flag = "~1.0.1" config = "~0.13.2" i3ipc = "~0.10" -lillinput = { path = "../lillinput", version = "0.3.0-rc0" } +lillinput = { path = "../lillinput", version = "0.3.0" } log = { version = "~0.4.17", features = ["serde"] } serde = { version = "~1.0", features = ["derive"] } simplelog = "~0.12.0" diff --git a/crates/lillinput/Cargo.toml b/crates/lillinput/Cargo.toml index 9e59e81..f4362aa 100644 --- a/crates/lillinput/Cargo.toml +++ b/crates/lillinput/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lillinput" -version = "0.3.0-rc0" +version = "0.3.0" authors = ["Diego M. Rodríguez "] edition = "2021" description = "Library for connecting libinput gestures to i3 and others"