Skip to content

Commit

Permalink
Prepare 0.2.0 release (#70)
Browse files Browse the repository at this point in the history
* Bump version to 0.2.0

* Update changelog
  • Loading branch information
diego-plan9 authored Nov 10, 2021
1 parent 5eafa97 commit 7b26b1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# Local configuration file
lillinput.toml
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.2.0] - 2021-11-10

### Added

Expand Down Expand Up @@ -47,7 +47,8 @@ Types of changes:

* Initial release.

[UNRELEASED]: https://github.com/diego-plan9/lillinput/compare/v0.1.0...HEAD
[UNRELEASED]: https://github.com/diego-plan9/lillinput/compare/v0.2.0...HEAD
[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

[Keep a Changelog]: https://keepachangelog.com/en/1.0.0/
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lillinput"
version = "0.1.1-alpha"
version = "0.2.0"
authors = ["Diego M. Rodríguez <[email protected]>"]
edition = "2018"
description = "Connect libinput gestures to i3 and others"
Expand Down

0 comments on commit 7b26b1f

Please sign in to comment.