File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " lillinput-cli"
3- version = " 0.3.0-rc0 "
3+ version = " 0.3.0"
44authors = [" Diego M. Rodríguez <diego@moreda.io>" ]
55edition = " 2021"
66description = " Application for connecting libinput gestures to i3 and others"
@@ -14,7 +14,7 @@ clap = { version = "~3.2.17", features = ["derive"] }
1414clap-verbosity-flag = " ~1.0.1"
1515config = " ~0.13.2"
1616i3ipc = " ~0.10"
17- lillinput = { path = " ../lillinput" , version = " 0.3.0-rc0 " }
17+ lillinput = { path = " ../lillinput" , version = " 0.3.0" }
1818log = { version = " ~0.4.17" , features = [" serde" ] }
1919serde = { version = " ~1.0" , features = [" derive" ] }
2020simplelog = " ~0.12.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " lillinput"
3- version = " 0.3.0-rc0 "
3+ version = " 0.3.0"
44authors = [" Diego M. Rodríguez <diego@moreda.io>" ]
55edition = " 2021"
66description = " Library for connecting libinput gestures to i3 and others"
You can’t perform that action at this time.
0 commit comments