Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed Mar 23, 2024
1 parent e016f48 commit f2ea5a7
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
### Unreleased


### 0.8.2-master
### 0.9.0-master


### 0.9.0

#### BREAKING CHANGES

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ default-members = [".", "daemon"]

[package]
name = "swww"
version = "0.8.2-masterV2"
version = "0.9.0"
authors = ["Leonardo Gibrowski Faé <[email protected]>"]
edition = "2021"
# we use `std::cell::OnceLock` which was stabilized in 1.70
Expand Down Expand Up @@ -35,7 +35,7 @@ image = "0.25"
fast_image_resize = "3.0"
clap = { version = "4.5", features = ["derive", "wrap_help", "env"] }
rand = "0.8"
utils = { version = "0.8.2-masterV2", path = "utils" }
utils = { version = "0.9.0", path = "utils" }

[dev-dependencies]
assert_cmd = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions daemon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swww-daemon"
version = "0.8.2-masterV2"
version = "0.9.0"
authors = ["Leonardo Gibrowski Faé <[email protected]>"]
edition = "2021"

Expand All @@ -21,6 +21,6 @@ spin_sleep = "1.2"

sd-notify = { version = "0.4.1" }

utils = { version = "0.8.2-masterV2", path = "../utils" }
utils = { version = "0.9.0", path = "../utils" }
[dev-dependencies]
rand = "0.8"
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "utils"
version = "0.8.2-masterV2"
version = "0.9.0"
authors = ["Leonardo Gibrowski Faé <[email protected]>"]
edition = "2021"
license-file = "../LICENSE"
Expand Down

0 comments on commit f2ea5a7

Please sign in to comment.