Skip to content

Commit 03e5067

Browse files
committed
Merge branch 'release/v0.5.2'
2 parents a72c603 + 4d1181b commit 03e5067

File tree

16 files changed

+22045
-21481
lines changed

16 files changed

+22045
-21481
lines changed

.github/workflows/kicad-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ jobs:
4343
draft: false
4444
prerelease: false
4545
- name: Build gerbers zip file
46+
env:
47+
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
4648
run: |
47-
zip -r --junk-paths neotron-pico-gerbers.zip docs/gerbers/
49+
zip -r --junk-paths neotron-pico-gerbers-${SOURCE_TAG}.zip docs/gerbers/
4850
- name: Upload files to Release
4951
uses: softprops/action-gh-release@v1
5052
with:
5153
files: |
52-
neotron-pico-gerbers.zip
54+
neotron-pico-gerbers-*.zip
5355
docs/*
5456
env:
5557
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
# Unreleased Changes
44

5+
* None
6+
7+
# [Version v0.5.2](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v0.5.2)
8+
9+
* Tweaks to the BOM outputs, including an HTML format BOM
10+
* Revised voltages for each capacitor, specifying the minimum acceptable
11+
* Most parts still specify a component that is better than the minimum, because of availability or price.
12+
513
# [Version v0.5.1](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v0.5.1)
614

715
* Moved BOOT0 silkscreen

0 commit comments

Comments
 (0)