Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Mar 3, 2024
1 parent 3fdc08d commit 102e185
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ Lorem Ipsum dolor sit amet.

_______________________________________________________________________________

## [0.2.0] - 2024-03-03

I2C and CLI update!

### Added

- I2C API is now documented
- Added new `cy_serial_cli i2c-write` and `cy_serial_cli i2c-read` commands, which allow doing simple I2C transactions directly from the command line

### Changed

- CLI now uses typer instead of argparse. Besides making it look cooler, this improves type safety and adds some much more understandable exception handlers for the CLI.

_______________________________________________________________________________

## [0.1.0] - 2024-02-25

Initial release.
Expand Down

0 comments on commit 102e185

Please sign in to comment.