Skip to content

Commit 3c998e9

Browse files
authored
Merge pull request #12 from stvnksslr/release-plz-2025-12-27T21-33-53Z
chore: release v0.8.2
2 parents 7e310fa + 1e9affc commit 3c998e9

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = [ "librazer", "bhelper"]
44

55
[workspace.package]
6-
version = "0.8.1"
6+
version = "0.8.2"
77

88
[profile.release]
99
lto = true

bhelper/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [0.8.2](https://github.com/stvnksslr/razer-laptop-tools/compare/bhelper-v0.8.1...bhelper-v0.8.2) - 2025-12-27
8+
9+
### Other
10+
- goreleaser fixes (by @stvnksslr)
11+
12+
### Contributors
13+
14+
* @stvnksslr
715

816
## [0.8.1](https://github.com/stvnksslr/razer-laptop-tools/compare/bhelper-v0.8.0...bhelper-v0.8.1) - 2025-12-27
917

bhelper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["razer", "blade", "laptop", "cli"]
99
categories = ["command-line-utilities", "hardware-support"]
1010

1111
[dependencies]
12-
librazer = { path = "../librazer", version = "0.8.1" }
12+
librazer = { path = "../librazer", version = "0.8.2" }
1313
clap = { version = "4.5.1", features = ["derive", "cargo"] }
1414
anyhow = "1.0.80"
1515
thiserror = "1.0"

librazer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
## [0.8.2](https://github.com/stvnksslr/razer-laptop-tools/compare/librazer-v0.8.1...librazer-v0.8.2) - 2025-12-27
8+
9+
### Other
10+
- goreleaser fixes (by @stvnksslr)
11+
12+
### Contributors
13+
14+
* @stvnksslr
715

816
## [0.8.1](https://github.com/stvnksslr/razer-laptop-tools/compare/librazer-v0.8.0...librazer-v0.8.1) - 2025-12-27
917

0 commit comments

Comments
 (0)