Skip to content

Commit

Permalink
chore(main): release esp32-mgmt-module 0.4.0 (#67)
Browse files Browse the repository at this point in the history
* chore(main): release esp32-mgmt-module 0.4.0

* chore: update KiCad revisions

---------

Co-authored-by: mikesmitty <[email protected]>
  • Loading branch information
mikesmitty and mikesmitty authored Sep 9, 2024
1 parent 24460b6 commit 67f3145
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"firmware/charger-module": "0.5.0",
"hardware/backplane": "0.7.6",
"hardware/charger-module": "0.12.1",
"hardware/esp32-mgmt-module": "0.3.1",
"hardware/esp32-mgmt-module": "0.4.0",
"hardware/pi-pico-mgmt-module": "0.5.0",
"hardware/rp2040-mgmt-module": "0.3.3"
}
12 changes: 12 additions & 0 deletions hardware/esp32-mgmt-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/mikesmitty/power-manifold/compare/esp32-mgmt-module-v0.3.1...esp32-mgmt-module-v0.4.0) (2024-09-08)


### Features

* add status led ([9ee251b](https://github.com/mikesmitty/power-manifold/commit/9ee251b6fc0d6e436d1fa8c791fb396cb3d7b08c))


### Bug Fixes

* switch swdio from input-only pins ([9ee251b](https://github.com/mikesmitty/power-manifold/commit/9ee251b6fc0d6e436d1fa8c791fb396cb3d7b08c))

## [0.3.1](https://github.com/mikesmitty/power-manifold/compare/esp32-mgmt-module-v0.3.0...esp32-mgmt-module-v0.3.1) (2024-07-24)


Expand Down
2 changes: 1 addition & 1 deletion hardware/esp32-mgmt-module/esp32-mgmt-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-07-14")
(rev "v0.3.1")
(rev "v0.4.0")
)
(layers
(0 "F.Cu" signal)
Expand Down
2 changes: 1 addition & 1 deletion hardware/esp32-mgmt-module/esp32-mgmt-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-07-14")
(rev "v0.3.1")
(rev "v0.4.0")
)
(lib_symbols
(symbol "74xGxx:74LVC1G14"
Expand Down

0 comments on commit 67f3145

Please sign in to comment.