Skip to content

Commit

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

* chore: update KiCad revisions

---------

Co-authored-by: mikesmitty <[email protected]>
  • Loading branch information
mikesmitty and mikesmitty authored Aug 11, 2024
1 parent 970bd8c commit ee747c8
Show file tree
Hide file tree
Showing 4 changed files with 10 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,7 +1,7 @@
{
"firmware/charger-module": "0.3.0",
"hardware/backplane": "0.7.5",
"hardware/charger-module": "0.11.5",
"hardware/charger-module": "0.11.6",
"hardware/esp32-mgmt-module": "0.3.1",
"hardware/pi-pico-mgmt-module": "0.5.0",
"hardware/rp2040-mgmt-module": "0.3.3"
Expand Down
7 changes: 7 additions & 0 deletions hardware/charger-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.6](https://github.com/mikesmitty/power-manifold/compare/charger-module-v0.11.5...charger-module-v0.11.6) (2024-08-11)


### Bug Fixes

* invert enable pin so output doesn't drop during mcu reset ([970bd8c](https://github.com/mikesmitty/power-manifold/commit/970bd8cd0c93e5491865c72c2ee6678852993903))

## [0.11.5](https://github.com/mikesmitty/power-manifold/compare/charger-module-v0.11.4...charger-module-v0.11.5) (2024-08-08)


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.11.5")
(rev "v0.11.6")
)
(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.11.5")
(rev "v0.11.6")
)
(lib_symbols
(symbol "74xGxx:74LVC1G14"
Expand Down

0 comments on commit ee747c8

Please sign in to comment.