Skip to content

Commit 5a06bf4

Browse files
chore(main): release 0.8.2 (#43)
1 parent a7498f3 commit 5a06bf4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.2](https://github.com/starship/rust-battery/compare/v0.8.1...v0.8.2) (2023-08-05)
9+
10+
11+
### Bug Fixes
12+
13+
* **darwin:** allow fallback to non-raw key & permit errors ([#41](https://github.com/starship/rust-battery/issues/41)) ([19f12f0](https://github.com/starship/rust-battery/commit/19f12f04c1194515131b6edd7a1f155e3c954573))
14+
815
## [0.8.1](https://github.com/starship/rust-battery/compare/v0.8.0...v0.8.1) (2023-06-08)
916

1017

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "starship-battery"
3-
version = "0.8.1" # remember to update html_root_url
3+
version = "0.8.2" # remember to update html_root_url
44
authors = ["Starship Contributors"]
55
edition = "2018"
66
description = "Cross-platform information about the notebook batteries"

0 commit comments

Comments
 (0)