Skip to content

Commit

Permalink
Prepare for release (#98)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Update emulator dependency

---------

Co-authored-by: Nathan Young <[email protected]>
  • Loading branch information
NathanY3G and NathanY3G authored Apr 16, 2023
1 parent 168c61d commit b9f83a7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,30 @@
## Unreleased
- No changes

## v0.80.0 (2023-04-16)

### Added
- Support for the receive FIFO and the `PUSH` instruction. Thanks @[aaronjamt](https://github.com/aaronjamt).
- Support for the `PUSH IfFull` and `PULL IfEmpty` instruction variants.
- Additional tests.

### Changed
- Fixed reporting of FIFO contents in before state for `PUSH` and `PULL` instructions.
- Improved support for stalling the execution of instructions.
- Refactored some tests to improve consistency.
- Updates to the `README`. Thanks @[aaronjamt](https://github.com/aaronjamt).

## v0.79.0 (2023-03-31)

### Added
- Support for the OUT PC and ISR instructions. Thanks @[aaronjamt](https://github.com/aaronjamt).
- Support for the `OUT PC` and `ISR` instructions. Thanks @[aaronjamt](https://github.com/aaronjamt).
- Type-hints for documentation and to improve maintainability.

## v0.78.0 (2023-03-25)

### Added
- Support for the IN instruction.
- Support for the MOV PC instruction. Thanks @[aaronjamt](https://github.com/aaronjamt).
- Support for the `IN` instruction.
- Support for the `MOV PC` instruction. Thanks @[aaronjamt](https://github.com/aaronjamt).

### Changed
- Improved support for advancing the program counter.
Expand Down
2 changes: 1 addition & 1 deletion examples/jupyter-notebook/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ qtconsole==5.4.1
QtPy==2.3.0
rfc3339-validator==0.1.4
rfc3986-validator==0.1.1
rp2040-pio-emulator==0.79.0
rp2040-pio-emulator==0.80.0
seaborn==0.12.2
Send2Trash==1.8.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion examples/pimoroni-blinkt-unit-test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ iniconfig==2.0.0
packaging==23.0
pluggy==1.0.0
pytest==7.2.2
rp2040-pio-emulator==0.79.0
rp2040-pio-emulator==0.80.0

0 comments on commit b9f83a7

Please sign in to comment.