Skip to content

Commit

Permalink
Merge pull request knurling-rs#787 from knurling-rs/release
Browse files Browse the repository at this point in the history
Release `defmt-test v0.3.1`
  • Loading branch information
Urhengulas authored Oct 11, 2023
2 parents df760c6 + 5e823f6 commit 06650b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- [#786]: `defmt-test`: Exit with semihosting exit

[#786]: https://github.com/knurling-rs/defmt/pull/786

## defmt-decoder v0.3.9, defmt-print v0.3.10 - 2023-10-04

- [#784]: `defmt-decoder`: Prepare `defmt-decoder v0.3.9` release
Expand Down
8 changes: 8 additions & 0 deletions firmware/defmt-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# [Unreleased]

# [v0.3.1]

- [#786]: `defmt-test`: Exit with semihosting exit
- [#698] Expose number of tests with `DEFMT_TEST_COUNT` symbol in test artifact for other tools to pick up
- [#696] Add `#[before_each]` and `#[after_each]` attributes

[#786]: https://github.com/knurling-rs/defmt/pull/786
[#698]: https://github.com/knurling-rs/defmt/pull/698
[#696]: https://github.com/knurling-rs/defmt/pull/696

# [v0.3.0]

No changes.

# [v0.2.3]

- [#441] Support more items in `#[tests]` modules
Expand Down
2 changes: 1 addition & 1 deletion firmware/defmt-test/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 = "defmt-test"
readme = "README.md"
repository = "https://github.com/knurling-rs/defmt"
version = "0.3.0"
version = "0.3.1"

[dependencies]
cortex-m-rt = "0.7"
Expand Down

0 comments on commit 06650b9

Please sign in to comment.