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

Commit

Permalink
Merge #308
Browse files Browse the repository at this point in the history
308: bump crate version r=japaric a=japaric

in preparation for crates.io release
blocked on defmt-decoder crates.io release

Co-authored-by: Jorge Aparicio <[email protected]>
  • Loading branch information
bors[bot] and japaric authored Mar 10, 2022
2 parents daf6e7c + 4ca6918 commit 2eb6eeb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v0.3.2] - 2022-03-10

- [#303] Don't bail, but only warn if using `--no-flash` with `defmt`
- [#302] Make stack painting fast again! 🇪🇺
- [#301] Add way to pass chip description file
Expand All @@ -26,10 +28,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

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

- [#287]: unwind: skip FDEs with initial address of 0
- [#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
- [#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

Expand Down Expand Up @@ -369,7 +371,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.1...main
[Unreleased]: https://github.com/knurling-rs/probe-run/compare/v0.3.2...main
[v0.3.2]: https://github.com/knurling-rs/probe-run/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/knurling-rs/probe-run/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/knurling-rs/probe-run/compare/v0.2.5...v0.3.0
[v0.2.4]: https://github.com/knurling-rs/probe-run/compare/v0.2.4...v0.2.5
Expand Down
15 changes: 9 additions & 6 deletions Cargo.lock

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

5 changes: 2 additions & 3 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.1"
version = "0.3.2"

[dependencies]
addr2line = { version = "0.17", default-features = false, features = [
Expand All @@ -19,8 +19,7 @@ addr2line = { version = "0.17", default-features = false, features = [
] }
anyhow = "1"
colored = "2"
defmt-decoder = { version = "=0.3.1", git = "https://github.com/knurling-rs/defmt", branch = "main", features = ["unstable"] }
# remove git version before release ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
defmt-decoder = { version = "=0.3.2", features = ["unstable"] }
gimli = { version = "0.26", default-features = false }
git-version = "0.3"
log = "0.4"
Expand Down

0 comments on commit 2eb6eeb

Please sign in to comment.