Skip to content

Commit

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

* chore: update KiCad revisions

---------

Co-authored-by: mikesmitty <[email protected]>
  • Loading branch information
mikesmitty and mikesmitty authored Jul 21, 2024
1 parent 1755e10 commit 453c6a5
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
{
"hardware/backplane": "0.7.1",
"hardware/charger-module": "0.11.2",
"hardware/esp32-mgmt-module": "0.2.1",
"hardware/esp32-mgmt-module": "0.3.0",
"hardware/pi-pico-mgmt-module": "0.5.0",
"hardware/rp2040-mgmt-module": "0.3.3"
}
14 changes: 14 additions & 0 deletions hardware/esp32-mgmt-module/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.0](https://github.com/mikesmitty/power-manifold/compare/esp32-mgmt-module-v0.2.1...esp32-mgmt-module-v0.3.0) (2024-07-21)


### Features

* switch to esp32 module for esphome ([d1ed24c](https://github.com/mikesmitty/power-manifold/commit/d1ed24c92ee943834c0fbb2465e065f200968739))


### Bug Fixes

* add component placement corrections ([bb3aef9](https://github.com/mikesmitty/power-manifold/commit/bb3aef91995d44301430770a40b5e73cc654bb72))
* remove need for via-in-pad ([6b48762](https://github.com/mikesmitty/power-manifold/commit/6b487623b3acb45461e22c548fa441a30473531b))
* swap inner layers so ground is second ([879698f](https://github.com/mikesmitty/power-manifold/commit/879698f479b3502c7380f014c82883e7634416fc))

## [0.2.1](https://github.com/mikesmitty/power-manifold/compare/esp32-mgmt-module-v0.2.0...esp32-mgmt-module-v0.2.1) (2024-07-15)


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

0 comments on commit 453c6a5

Please sign in to comment.