Skip to content

Commit

Permalink
Merge pull request #151 from awonak/main
Browse files Browse the repository at this point in the history
Add changelog details and version bump for v0.5.0
  • Loading branch information
awonak authored May 25, 2022
2 parents 63c2549 + e4d7b61 commit b89b550
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

### 2022-05-24

- [Release] version 0.5.0
- [New Script] PolySquare 6 oscillator contrib script #141
- [Bug Fix] Updated display to show pattern number, decrease loading times #146
- [Bug Fix] Cvecorder bank clear remediation #139,
- [Documentation] Contributing updates #138, #125
- [Documentation] Update hamlet.md to align gate/CV ports with code #135
- [Other] Add a new test fixture called MockHardware #137
- [Other] Add missing test mocks #143

### 2022-04-28

- [Release] version 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion software/firmware/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="micropython-europi",
version="0.4.0",
version="0.5.0",
description="EuroPi module for MicroPython",
long_description="""The EuroPi is a fully user reprogrammable EuroRack module based on the Raspberry Pi Pico, which allows users to process inputs and controls to produce outputs based on code written in Python.""",
url="https://github.com/Allen-Synthesis/EuroPi",
Expand Down
2 changes: 1 addition & 1 deletion software/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="micropython-europi-contrib",
version="0.4.0",
version="0.5.0",
description="Community Contributions to EuroPi module for MicroPython",
long_description="Community Contributions to EuroPi module for MicroPython",
url="https://github.com/Allen-Synthesis/EuroPi",
Expand Down

0 comments on commit b89b550

Please sign in to comment.