Skip to content

Commit

Permalink
Merge branch 'release/v0.5.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
thejpster committed Jun 18, 2021
2 parents a72c603 + 4d1181b commit 03e5067
Show file tree
Hide file tree
Showing 16 changed files with 22,045 additions and 21,481 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kicad-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,15 @@ jobs:
draft: false
prerelease: false
- name: Build gerbers zip file
env:
SOURCE_TAG: ${{ steps.branch_name.outputs.SOURCE_TAG }}
run: |
zip -r --junk-paths neotron-pico-gerbers.zip docs/gerbers/
zip -r --junk-paths neotron-pico-gerbers-${SOURCE_TAG}.zip docs/gerbers/
- name: Upload files to Release
uses: softprops/action-gh-release@v1
with:
files: |
neotron-pico-gerbers.zip
neotron-pico-gerbers-*.zip
docs/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

# Unreleased Changes

* None

# [Version v0.5.2](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v0.5.2)

* Tweaks to the BOM outputs, including an HTML format BOM
* Revised voltages for each capacitor, specifying the minimum acceptable
* Most parts still specify a component that is better than the minimum, because of availability or price.

# [Version v0.5.1](https://github.com/Neotron-Compute/Neotron-Pico/releases/tag/v0.5.1)

* Moved BOOT0 silkscreen
Expand Down
Loading

0 comments on commit 03e5067

Please sign in to comment.