Skip to content

Commit

Permalink
Prepare 0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Dec 27, 2023
1 parent 16976cd commit 361c6dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]


## [0.6.1] - 2023-12-27

### Added
- Add support for 24CSx devices.
- Implement `read_unique_serial` for 24CSx devices.
Expand Down Expand Up @@ -78,7 +81,8 @@ This is the initial release to crates.io of the feature-complete driver. There
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.

[Unreleased]: https://github.com/eldruin/eeprom24x-rs/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/eldruin/eeprom24x-rs/compare/v0.6.1...HEAD
[0.6.1]: https://github.com/eldruin/eeprom24x-rs/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/eldruin/eeprom24x-rs/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/eldruin/eeprom24x-rs/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/eldruin/eeprom24x-rs/compare/v0.3.0...v0.4.0
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.6.0"
version = "0.6.1"
authors = ["Diego Barrios Romero <[email protected]>"]
repository = "https://github.com/eldruin/eeprom24x-rs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 361c6dc

Please sign in to comment.