Skip to content

Commit 2a4c1e1

Browse files
authored
Finalize 0.3.0 release (#146)
* Bump version to 0.3.0 * Finalize changelog
1 parent 05ced90 commit 2a4c1e1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Types of changes:
1313
* `Fixed` for any bug fixes.
1414
* `Security` in case of vulnerabilities.
1515

16-
## [UNRELEASED]
16+
## [0.3.0] - 2022-11-04
1717

1818
### Added
1919

@@ -88,7 +88,8 @@ Types of changes:
8888

8989
* Initial release.
9090

91-
[UNRELEASED]: https://github.com/diego-plan9/lillinput/compare/v0.2.1...HEAD
91+
[UNRELEASED]: https://github.com/diego-plan9/lillinput/compare/v0.3.0...HEAD
92+
[0.3.0]: https://github.com/diego-plan9/lillinput/compare/v0.2.1...v0.3.0
9293
[0.2.1]: https://github.com/diego-plan9/lillinput/compare/v0.2.0...v0.2.1
9394
[0.2.0]: https://github.com/diego-plan9/lillinput/compare/v0.1.0...v0.2.0
9495
[0.1.0]: https://github.com/diego-plan9/lillinput/releases/tag/v0.1.0

crates/lillinput-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lillinput-cli"
3-
version = "0.3.0-rc0"
3+
version = "0.3.0"
44
authors = ["Diego M. Rodríguez <[email protected]>"]
55
edition = "2021"
66
description = "Application for connecting libinput gestures to i3 and others"
@@ -14,7 +14,7 @@ clap = { version = "~3.2.17", features = ["derive"] }
1414
clap-verbosity-flag = "~1.0.1"
1515
config = "~0.13.2"
1616
i3ipc = "~0.10"
17-
lillinput = { path = "../lillinput", version = "0.3.0-rc0" }
17+
lillinput = { path = "../lillinput", version = "0.3.0" }
1818
log = { version = "~0.4.17", features = ["serde"] }
1919
serde = { version = "~1.0", features = ["derive"] }
2020
simplelog = "~0.12.0"

crates/lillinput/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lillinput"
3-
version = "0.3.0-rc0"
3+
version = "0.3.0"
44
authors = ["Diego M. Rodríguez <[email protected]>"]
55
edition = "2021"
66
description = "Library for connecting libinput gestures to i3 and others"

0 commit comments

Comments
 (0)