Skip to content

Commit

Permalink
chore(main): release backplane 0.7.0 (#36)
Browse files Browse the repository at this point in the history
* chore(main): release backplane 0.7.0

* chore: update KiCad revisions

---------

Co-authored-by: mikesmitty <[email protected]>
  • Loading branch information
mikesmitty and mikesmitty authored Jul 9, 2024
1 parent c102991 commit 4f5c739
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
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
2 changes: 1 addition & 1 deletion hardware/backplane/backplane.kicad_pcb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(paper "A4")
(title_block
(date "2024-06-09")
(rev "v0.6.0")
(rev "v0.7.0")
)
(layers
(0 "F.Cu" signal)
Expand Down
2 changes: 1 addition & 1 deletion hardware/backplane/backplane.kicad_sch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(paper "A3")
(title_block
(date "2024-06-27")
(rev "v0.6.0")
(rev "v0.7.0")
)
(lib_symbols
(symbol "74xx:74HC4051"
Expand Down

0 comments on commit 4f5c739

Please sign in to comment.