chore(main): release 0.0.1 (#2)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-12-16 01:22:26 +00:00
committed by GitHub
parent 1cc1fcd106
commit 6d38ddd5a0
2 changed files with 16 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
{
".": "0.0.0"
".": "0.0.1"
}

15
CHANGELOG.md Normal file
View File

@@ -0,0 +1,15 @@
# Changelog
## 0.0.1 (2023-12-16)
### Features
* **init:** initial working implementation ([204938f](https://github.com/jimeh/macos-battery-exporter/commit/204938f5b18712e5314cb47c96ee1fbc04fbe70d))
### Bug Fixes
* **battery:** handle no batteries being present ([a3dc259](https://github.com/jimeh/macos-battery-exporter/commit/a3dc259e3b57dd386fd05ce6b57ad14d7940238d))
* **makefile:** correctly set VERSION ([1d464fb](https://github.com/jimeh/macos-battery-exporter/commit/1d464fbd3af42a55b04b7b1468ffef2711f8d7cf))
* **metrics:** adhere to units in metric names ([471ba43](https://github.com/jimeh/macos-battery-exporter/commit/471ba437c43db4eefe228fa6a007833a40b55af1))