Skip to content

Commit b8c1292

Browse files
chore(main): release 0.10.1 (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e0224dc commit b8c1292

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
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.10.1](https://github.com/starship/rust-battery/compare/v0.10.0...v0.10.1) (2025-03-14)
9+
10+
11+
### Bug Fixes
12+
13+
* **darwin:** prefer non-raw values for state_of_charge ([#85](https://github.com/starship/rust-battery/issues/85)) ([07c79be](https://github.com/starship/rust-battery/commit/07c79beb2a1731d545ab078bfe90219a8a883984))
14+
815
## [0.10.0](https://github.com/starship/rust-battery/compare/v0.9.1...v0.10.0) (2024-08-31)
916

1017

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "starship-battery"
3-
version = "0.10.0" # remember to update html_root_url
3+
version = "0.10.1" # remember to update html_root_url
44
authors = ["Starship Contributors"]
55
build = "build.rs"
66
categories = ["os"]

0 commit comments

Comments
 (0)