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

Commit

Permalink
Merge #397
Browse files Browse the repository at this point in the history
397: Release version 0.3.8 r=justahero a=justahero

This PR fixes the dependency issues reported in #393, 

* bump version of probe-run to `0.3.8`
* add release entry in change log
* fix date and release version in change log

Co-authored-by: Sebastian Ziebell <[email protected]>
  • Loading branch information
bors[bot] and justahero authored Apr 12, 2023
2 parents 50adeec + 48d3f4c commit 03b76df
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v0.3.8] - 2023-04-12

- [#395] Bump `defmt-decoder` to `0.3.6` due to yanked version `0.3.5`
- [#389] Clean `fn run_target_program` up

[#395]: https://github.com/knurling-rs/probe-run/pull/395
[#389]: https://github.com/knurling-rs/probe-run/pull/389

## [v0.3.6] - 2023-01-23
## [v0.3.7] - 2023-03-29

- [#xxx] Release `probe-run v0.3.7`
- [#385] Update snapshot tests and test stack canary
Expand Down
6 changes: 3 additions & 3 deletions 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.7"
version = "0.3.8"

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

0 comments on commit 03b76df

Please sign in to comment.