Skip to content

Commit

Permalink
defmt changelog and all-feature CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avlec committed Sep 24, 2023
1 parent 9295f5c commit 3a425f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --target=${{ matrix.TARGET }}
args: --target=${{ matrix.TARGET }} --all-features
- uses: actions-rs/cargo@v1
if: ${{ contains(matrix.TARGET, 'x86_64') }}
with:
command: test
args: --target=${{ matrix.TARGET }}
args: --target=${{ matrix.TARGET }} --all-features
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Added

- Support for optional package `defmt` which allows for easy conversion for
error types when using tools like `probe-rs` for logging over debuggers.

## [v0.5.1] - 2023-07-26

### Added
Expand Down

0 comments on commit 3a425f8

Please sign in to comment.