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

Commit

Permalink
Merge #288
Browse files Browse the repository at this point in the history
288: Release v0.3.1 r=Urhengulas a=jonathanpallant

Do not commit until https://github.com/knurling-rs/defmt/pull/641/files is merged. Requires defmt-decoder 0.3.1.

Co-authored-by: Jonathan Pallant (Ferrous Systems) <[email protected]>
  • Loading branch information
bors[bot] and jonathanpallant authored Nov 26, 2021
2 parents 581d9a7 + 7459bdb commit 32868ef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

- None

# [v0.3.1] - 2021-11-26

- [#287]: unwind: skip FDEs with initial address of 0
- [#286]: Update dependencies
- [#285]: Update `probe-rs` and `probe-rs-rtt` to `0.12`
- [#282]: Include program counter value in backtrace when -v is passed
- [#281]: Report flashing size using probe-rs's FlashProgress system
- [#280]: Turn symbol demangling back on

[#287]: https://github.com/knurling-rs/probe-run/pull/287
[#286]: https://github.com/knurling-rs/probe-run/pull/286
[#285]: https://github.com/knurling-rs/probe-run/pull/285
[#282]: https://github.com/knurling-rs/probe-run/pull/282
[#281]: https://github.com/knurling-rs/probe-run/pull/281
[#280]: https://github.com/knurling-rs/probe-run/pull/280

## [v0.3.0] - 2021-11-09

Expand Down
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.0"
version = "0.3.1"

[dependencies]
addr2line = { version = "0.17", default-features = false, features = [
Expand All @@ -19,7 +19,7 @@ addr2line = { version = "0.17", default-features = false, features = [
] }
anyhow = "1"
colored = "2"
defmt-decoder = { version = "=0.3.0", features = ["unstable"] }
defmt-decoder = { version = "=0.3.1", features = ["unstable"] }
gimli = { version = "0.26", default-features = false }
git-version = "0.3"
log = "0.4"
Expand Down

0 comments on commit 32868ef

Please sign in to comment.