Skip to content

Commit 5044388

Browse files
chore(main): release 0.11.0 (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7003e1b commit 5044388

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.11.0](https://github.com/starship/rust-battery/compare/v0.10.3...v0.11.0) (2026-04-03)
9+
10+
11+
### Features
12+
13+
* **macOS:** Migrate to objc2 ([#137](https://github.com/starship/rust-battery/issues/137)) ([7003e1b](https://github.com/starship/rust-battery/commit/7003e1b4948caf00fc835054280316d4c06cea2b))
14+
815
## [0.10.3](https://github.com/starship/rust-battery/compare/v0.10.2...v0.10.3) (2025-09-20)
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.10.3" # remember to update html_root_url
3+
version = "0.11.0" # remember to update html_root_url
44
authors = ["Starship Contributors"]
55
build = "build.rs"
66
categories = ["os"]

0 commit comments

Comments
 (0)