Skip to content

Commit

Permalink
chore(main): release backplane 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmitty committed Jul 9, 2024
1 parent deeca54 commit cc53101
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hardware/backplane": "0.6.0",
"hardware/backplane": "0.7.0",
"hardware/charger-module": "0.9.0",
"hardware/pi-pico-mgmt-module": "0.5.0",
"hardware/rp2040-mgmt-module": "0.3.2"
Expand Down
15 changes: 15 additions & 0 deletions hardware/backplane/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.7.0](https://github.com/mikesmitty/pdusb/compare/backplane-v0.6.0...backplane-v0.7.0) (2024-07-09)


### Features

* give vin 8 pins ([deeca54](https://github.com/mikesmitty/pdusb/commit/deeca54b5ecd7f126030e2663d6139264055c541))
* shrink charger module outline ([051fecc](https://github.com/mikesmitty/pdusb/commit/051fecc27901af27a6ce28e297dd4c0b121d335f))


### Bug Fixes

* add decoupling caps to i2c and swd switches ([98123b7](https://github.com/mikesmitty/pdusb/commit/98123b795a20ac01e529f1a2962bae2bb5664719))
* add pullup resistor to i2c switch reset pin ([98123b7](https://github.com/mikesmitty/pdusb/commit/98123b795a20ac01e529f1a2962bae2bb5664719))
* correct i2c pin mismatch ([deeca54](https://github.com/mikesmitty/pdusb/commit/deeca54b5ecd7f126030e2663d6139264055c541))

## [0.6.0](https://github.com/mikesmitty/pdusb/compare/backplane-v0.5.2...backplane-v0.6.0) (2024-07-07)


Expand Down

0 comments on commit cc53101

Please sign in to comment.