Skip to content

Commit

Permalink
chore(main): release charger-module 0.8.3 (#28)
Browse files Browse the repository at this point in the history
* chore(main): release charger-module 0.8.3

* chore: update KiCad revisions

---------

Co-authored-by: mikesmitty <[email protected]>
  • Loading branch information
mikesmitty and mikesmitty authored Jul 7, 2024
1 parent cfdbde2 commit bf78384
Show file tree
Hide file tree
Showing 4 changed files with 11 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,6 +1,6 @@
{
"hardware/backplane": "0.6.0",
"hardware/charger-module": "0.8.2",
"hardware/charger-module": "0.8.3",
"hardware/pi-pico-mgmt-module": "0.5.0",
"hardware/rp2040-mgmt-module": "0.3.2"
}
8 changes: 8 additions & 0 deletions hardware/charger-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.8.3](https://github.com/mikesmitty/pdusb/compare/charger-module-v0.8.2...charger-module-v0.8.3) (2024-07-07)


### Bug Fixes

* fix opamp feedback resistor value ([51daa8c](https://github.com/mikesmitty/pdusb/commit/51daa8c1bc127483105343635c577d885270d42c))
* remove mosfet ([#30](https://github.com/mikesmitty/pdusb/issues/30)) ([f38021d](https://github.com/mikesmitty/pdusb/commit/f38021d279a5d4fb5c75b13646da387f04ae2dde))

## [0.8.2](https://github.com/mikesmitty/pdusb/compare/charger-module-v0.8.1...charger-module-v0.8.2) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion hardware/charger-module/charger-module.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-29")
(rev "v0.8.2")
(rev "v0.8.3")
)
(layers
(0 "F.Cu" signal)
Expand Down
2 changes: 1 addition & 1 deletion hardware/charger-module/charger-module.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-26")
(rev "v0.8.2")
(rev "v0.8.3")
)
(lib_symbols
(symbol "Connector:Bus_PCI_Express_x1"
Expand Down

0 comments on commit bf78384

Please sign in to comment.