Skip to content

Commit

Permalink
chore: Release eeprom24x version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed May 23, 2024
1 parent df5c194 commit 7bc96c0
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.7.2] - 2024-05-23

### Added

- Add feature `defmt-03` to derive "`defmt::Format`" from `defmt = "0.3"` for public types.
Expand Down Expand Up @@ -121,7 +123,8 @@ may be some API changes in the future, in case I decide that something can be
further improved. All changes will be documented in this CHANGELOG.

<!-- next-url -->
[Unreleased]: https://github.com/eldruin/eeprom24x-rs/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/eldruin/eeprom24x-rs/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/eldruin/eeprom24x-rs/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/eldruin/eeprom24x-rs/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/eldruin/eeprom24x-rs/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/eldruin/eeprom24x-rs/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eeprom24x"
version = "0.7.1"
version = "0.7.2"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/eeprom24x-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 @@ -114,7 +114,7 @@ To enable [defmt](https://crates.io/crates/defmt) (version `0.3.x`) support, whe

```toml
[dependencies]
eeprom24x = { version = "0.7.1", features = ["defmt-03"] }
eeprom24x = { version = "0.7.2", 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 @@ -78,7 +78,7 @@
//!
//! ```toml
//! [dependencies]
//! eeprom24x = { version = "0.7.1", features = ["defmt-03"] }
//! eeprom24x = { version = "0.7.2", features = ["defmt-03"] }
//! ```
//!
//! ## Usage examples (see also examples folder)
Expand Down

0 comments on commit 7bc96c0

Please sign in to comment.