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

Commit

Permalink
Merge #245
Browse files Browse the repository at this point in the history
245: `probe-run v0.2.5` r=justahero a=justahero



Co-authored-by: Sebastian Ziebell <[email protected]>
  • Loading branch information
bors[bot] and justahero authored Aug 2, 2021
2 parents 7dedeec + bb7aab7 commit 3b97e4b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
39 changes: 27 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,34 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

(no changes)
- [#]

## [v0.2.5] - 2021-08-02

- [#244] Fix clippy warnings
- [#240] Link Knurling User Survey in `README`
- [#235] Update to `probe-rs` `0.11`
- [#234] Feature-gate windows tests
- [#233] Some clarifications and corrections

[#244]: https://github.com/knurling-rs/probe-run/pull/244
[#240]: https://github.com/knurling-rs/probe-run/pull/240
[#235]: https://github.com/knurling-rs/probe-run/pull/235
[#234]: https://github.com/knurling-rs/probe-run/pull/234
[#233]: https://github.com/knurling-rs/probe-run/pull/233

## [v0.2.4] - 2021-06-17

[#212] make `unwind::target()` infallible
[#216] Fix `EXC_RETURN` detection on thumbv8
[#218] add first, user-triggered snapshot tests
[#219] add more explicit hint if elf path doesn't lead to an existing file
[#221] Obtain git-version from macro, instead of custom build-script
[#222] refactor the huge "main" function into smaller functions + modules
[#224] target_info: print ram region again
[#225] `cli::tests`: rstest-ify tests for `fn extract_git_hash`
[#226] `CI`: Run tests and clippy
[#228] Remove unused file `utils.rs`
- [#212] make `unwind::target()` infallible
- [#216] Fix `EXC_RETURN` detection on thumbv8
- [#218] add first, user-triggered snapshot tests
- [#219] add more explicit hint if elf path doesn't lead to an existing file
- [#221] Obtain git-version from macro, instead of custom build-script
- [#222] refactor the huge "main" function into smaller functions + modules
- [#224] target_info: print ram region again
- [#225] `cli::tests`: rstest-ify tests for `fn extract_git_hash`
- [#226] `CI`: Run tests and clippy
- [#228] Remove unused file `utils.rs`

[#212]: https://github.com/knurling-rs/probe-run/pull/212
[#216]: https://github.com/knurling-rs/probe-run/pull/216
Expand Down Expand Up @@ -289,7 +303,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.2.4...main
[Unreleased]: https://github.com/knurling-rs/probe-run/compare/v0.2.5...main
[v0.2.4]: https://github.com/knurling-rs/probe-run/compare/v0.2.4...v0.2.5
[v0.2.3]: https://github.com/knurling-rs/probe-run/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/knurling-rs/probe-run/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/knurling-rs/probe-run/compare/v0.2.1...v0.2.2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.2.4"
version = "0.2.5"

[dependencies]
addr2line = "0.15"
Expand Down

0 comments on commit 3b97e4b

Please sign in to comment.