Skip to content

Commit

Permalink
chore: Release mlx9061x version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed May 23, 2024
1 parent ce0f702 commit 7436da4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.3.0] - 2024-05-23

### Added

- Add feature `defmt-03` to derive "`defmt::Format`" from `defmt = "0.3"` for public types.
Expand Down Expand Up @@ -41,7 +43,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial release to crates.io.

<!-- next-url -->
[Unreleased]: https://github.com/eldruin/mlx9061x-rs/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/eldruin/mlx9061x-rs/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/eldruin/mlx9061x-rs/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/eldruin/mlx9061x-rs/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/eldruin/mlx9061x-rs/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/eldruin/mlx9061x-rs/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlx9061x"
version = "0.2.1"
version = "0.3.0"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/mlx9061x-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To enable [defmt](https://crates.io/crates/defmt) (version `0.3.x`) support, whe

```toml
[dependencies]
mlx9061x = { version = "0.2.1", features = ["defmt-03"] }
mlx9061x = { version = "0.3.0", features = ["defmt-03"] }
```

## Support
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
//!
//! ```toml
//! [dependencies]
//! mlx9061x = { version = "0.2.1", features = ["defmt-03"] }
//! mlx9061x = { version = "0.3.0", features = ["defmt-03"] }
//! ```
//!
//! ## Usage examples (see also examples folder)
Expand Down

0 comments on commit 7436da4

Please sign in to comment.