Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge #358
Browse files Browse the repository at this point in the history
358: Release `probe-run v0.3.5` r=Urhengulas a=Urhengulas



Co-authored-by: Urhengulas <[email protected]>
  • Loading branch information
bors[bot] and Urhengulas authored Oct 6, 2022
2 parents 69fd4bf + 7cfd751 commit 8add0cf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v0.3.5] - 2022-10-07

- [#357] Update to `clap 4.0`
- [#349] Add `PROBE_RUN_SPEED` env variable
- [#345] Update dev-dependency `serial_test`
- [#344] Replace `pub(crate)` with `pub`
- [#343] Mark `v0.3.4` as released in `CHANGELOG.md`
- [#353] Add option to verify written flash
- [#353] Add `--verify` option to verify written flash

[#357]: https://github.com/knurling-rs/probe-run/pull/357
[#349]: https://github.com/knurling-rs/probe-run/pull/349
Expand Down Expand Up @@ -434,7 +436,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

Initial release

[Unreleased]: https://github.com/knurling-rs/probe-run/compare/v0.3.4...main
[Unreleased]: https://github.com/knurling-rs/probe-run/compare/v0.3.5...main
[v0.3.4]: https://github.com/knurling-rs/probe-run/compare/v0.3.4...v0.3.5
[v0.3.4]: https://github.com/knurling-rs/probe-run/compare/v0.3.3...v0.3.4
[v0.3.3]: https://github.com/knurling-rs/probe-run/compare/v0.3.2...v0.3.3
[v0.3.2]: https://github.com/knurling-rs/probe-run/compare/v0.3.1...v0.3.2
Expand Down
14 changes: 11 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
name = "probe-run"
readme = "README.md"
repository = "https://github.com/knurling-rs/probe-run"
version = "0.3.4"
version = "0.3.5"

[dependencies]
addr2line = { version = "0.18", default-features = false, features = [
Expand Down Expand Up @@ -36,5 +36,5 @@ insta = "~1.11"
os_pipe = "1.0"
pretty_assertions = "1"
rstest = { version = "0.15", default-features = false }
nix = "0.24"
nix = "0.25"
serial_test = { version = "0.9", default-features = false }

0 comments on commit 8add0cf

Please sign in to comment.