From 57c5038d0fc10abe32085916232aba0818019842 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Mon, 14 Mar 2022 12:12:37 +0100 Subject: [PATCH] changelog update & version bump --- CHANGELOG.md | 11 +++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8cf29ff..2d9d81b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! 🇪🇺 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 3ac82536..81520cfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,7 +700,7 @@ dependencies = [ [[package]] name = "probe-run" -version = "0.3.2" +version = "0.3.3" dependencies = [ "addr2line", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 87cd443c..7d420ace 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [