Skip to content

Commit

Permalink
Update to version 0.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed May 20, 2023
1 parent 629606c commit 89d5bc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.2.1] - 2023-05-20
### Changed
- Updated all dependencies to latest except for Wayland due to drastically different API.
- Slight code changes to follow clippy recommendations.

## [0.2.0] - 2023-05-20
### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://github.com/AndreasBackx/waycorner"
keywords = ["wayland", "hot-corners", "swaywm", "wlroots"]
license = "MIT"
name = "waycorner"
version = "0.2.0"
version = "0.2.1"

[dependencies]
anyhow = "1.0"
Expand Down

0 comments on commit 89d5bc2

Please sign in to comment.