From 578a816a5a698da3956de73b5deece1d4707db53 Mon Sep 17 00:00:00 2001 From: Michael Smith <2015782+mikesmitty@users.noreply.github.com> Date: Sun, 7 Jul 2024 21:12:48 -0400 Subject: [PATCH] chore(main): release backplane 0.7.0 --- .release-please-manifest.json | 2 +- hardware/backplane/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41cf74c..878adb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "hardware/backplane": "0.6.0", + "hardware/backplane": "0.7.0", "hardware/charger-module": "0.8.3", "hardware/pi-pico-mgmt-module": "0.5.0", "hardware/rp2040-mgmt-module": "0.3.2" diff --git a/hardware/backplane/CHANGELOG.md b/hardware/backplane/CHANGELOG.md index 0b45286..74d6567 100644 --- a/hardware/backplane/CHANGELOG.md +++ b/hardware/backplane/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.0](https://github.com/mikesmitty/pdusb/compare/backplane-v0.6.0...backplane-v0.7.0) (2024-07-08) + + +### Features + +* shrink charger module outline ([051fecc](https://github.com/mikesmitty/pdusb/commit/051fecc27901af27a6ce28e297dd4c0b121d335f)) + ## [0.6.0](https://github.com/mikesmitty/pdusb/compare/backplane-v0.5.2...backplane-v0.6.0) (2024-07-07)