From 6d38ddd5a08805204c8f6a435d9498565356c7ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 01:22:26 +0000 Subject: [PATCH] chore(main): release 0.0.1 (#2) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index e18ee07..b985ff6 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "0.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..855ce2e --- /dev/null +++ b/CHANGELOG.md @@ -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))