Skip to content

Commit

Permalink
bump version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltaireNoir committed Mar 10, 2024
1 parent 12701ff commit 32df8e6
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 94 deletions.
195 changes: 102 additions & 93 deletions 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 @@ -6,7 +6,7 @@ keywords = ["backlight", "CLI", "utility", "hybrid-gpu", "brightness"]
authors = ["Maaz Ahmed <mzahmed95@gmail.com>"]
repository = "https://github.com/VoltaireNoir/blight"
license = "MIT"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
exclude = ["*.png", ".github/workflows"]

Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Version 0.7.1

### Summary
A minor bug fix release that changes the behavior of how errors are handled while acquiring a lock.
Note: This release only contains changes to the CLI.

### Fixed
- Handle errors while acquiring a lock instead of panicking (#9)

# Version 0.7.0

### Summary
Expand Down

0 comments on commit 32df8e6

Please sign in to comment.