Skip to content

Commit

Permalink
Finalize 0.3.0 release (#146)
Browse files Browse the repository at this point in the history
* Bump version to 0.3.0

* Finalize changelog
  • Loading branch information
diego-plan9 authored Nov 4, 2022
1 parent 05ced90 commit 2a4c1e1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crates/lillinput-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lillinput-cli"
version = "0.3.0-rc0"
version = "0.3.0"
authors = ["Diego M. Rodríguez <[email protected]>"]
edition = "2021"
description = "Application for connecting libinput gestures to i3 and others"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/lillinput/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lillinput"
version = "0.3.0-rc0"
version = "0.3.0"
authors = ["Diego M. Rodríguez <[email protected]>"]
edition = "2021"
description = "Library for connecting libinput gestures to i3 and others"
Expand Down

0 comments on commit 2a4c1e1

Please sign in to comment.