Skip to content

Commit

Permalink
Merge pull request #20 from adamgreig/0.2.0
Browse files Browse the repository at this point in the history
Prepare for v0.2.0
  • Loading branch information
adamgreig authored Oct 2, 2022
2 parents bd442d3 + cb534fb commit 7cefa17
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [v0.2.0] - 2022-10-02

* Add support for removing SPI_MODE commands when writing bitstreams to SRAM
* Use `--no-remove-spimode` to disable
* Add support for patching VERIFY_IDCODE commands when writing bitstreams
* Use `--no-fix-idcode` to disable
* Add support for removing VERIFY_IDCODE commands when writing bitstreams
* Use `--remove-idcode` to remove VERIFY_IDCODE commands
* Update to clap v4

## [v0.1.8] - 2022-07-31

* Update to latest jtagdap 0.1.1, improving CMSIS-DAP detection
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ecpdap"
version = "0.1.8"
version = "0.2.0"
authors = ["Adam Greig <adam@adamgreig.com>"]
edition = "2018"
repository = "https://github.com/adamgreig/ecpdap"
Expand Down

0 comments on commit 7cefa17

Please # to comment.