Skip to content

Commit

Permalink
Update to version 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBackx committed Mar 19, 2024
1 parent 1d4e2bc commit cbf1fd8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 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.2] - 2024-03-20
### Changed
- Updated smithay-client-toolkit to resolve issue described in https://github.com/Smithay/client-toolkit/pull/406 (#20).

## [0.2.1] - 2023-05-20
### Changed
- Updated all dependencies to latest except for Wayland due to drastically different API.
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ homepage = "https://github.com/AndreasBackx/waycorner"
keywords = ["wayland", "hot-corners", "swaywm", "wlroots"]
license = "MIT"
name = "waycorner"
version = "0.2.1"
version = "0.2.2"

[dependencies]
anyhow = "1.0"
clap = {version = "4.3.0", features = ["derive"]}
clap = { version = "4.3.0", features = ["derive"] }
crossbeam-utils = "0.8.15"
regex = "1.8"
serde = {version = "1.0.163", features = ["derive"]}
serde = { version = "1.0.163", features = ["derive"] }
smithay-client-toolkit = "0.16.1"
toml = "0.7.4"
tracing = "0.1.37"
Expand Down

0 comments on commit cbf1fd8

Please sign in to comment.