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

Commit

Permalink
Merge #312
Browse files Browse the repository at this point in the history
312: changelog update & version bump r=japaric a=japaric

in preparation for crates.io release

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

## [Unreleased]

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

### Fixed

- [#311] fixed "probe-run does not work with some programs that have less than 10 KiB of stack space _unless_ `--measure-stack` is available"

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

- [#303] Don't bail, but only warn if using `--no-flash` with `defmt`
- [#302] Make stack painting fast again! 🇪🇺
Expand Down Expand Up @@ -371,7 +377,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.2...main
[Unreleased]: https://github.com/knurling-rs/probe-run/compare/v0.3.3...main
[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
[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
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.3.2"
version = "0.3.3"

[dependencies]
addr2line = { version = "0.17", default-features = false, features = [
Expand Down

0 comments on commit 9226307

Please sign in to comment.