mirror of
https://github.com/jimeh/macos-battery-exporter.git
synced 2026-02-19 09:26:40 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
329a991bb7 | ||
|
9a168f9ff9
|
2
.github/.release-please-manifest.json
vendored
2
.github/.release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.0.2"
|
".": "0.0.3"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ brews:
|
|||||||
license: "MIT"
|
license: "MIT"
|
||||||
skip_upload: auto
|
skip_upload: auto
|
||||||
service: |
|
service: |
|
||||||
run [bin/"macos-battery-exporter"]
|
run [bin/"macos-battery-exporter", "-s"]
|
||||||
test: |
|
test: |
|
||||||
system "#{bin}/macos-battery-exporter -v"
|
system "#{bin}/macos-battery-exporter -v"
|
||||||
repository:
|
repository:
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.0.3](https://github.com/jimeh/macos-battery-exporter/compare/v0.0.2...v0.0.3) (2023-12-16)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **package:** resolve issue with running as a homebrew service ([9a168f9](https://github.com/jimeh/macos-battery-exporter/commit/9a168f9ff918f6539ca85d43202759197ed952b3))
|
||||||
|
|
||||||
## [0.0.2](https://github.com/jimeh/macos-battery-exporter/compare/v0.0.1...v0.0.2) (2023-12-16)
|
## [0.0.2](https://github.com/jimeh/macos-battery-exporter/compare/v0.0.1...v0.0.2) (2023-12-16)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user