Skip to content

Commit

Permalink
chore: Release lm75 version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jan 18, 2024
1 parent c14616c commit 225d496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [1.0.0] - 2024-01-18

### Added
- Derived common traits for enums.

Expand Down Expand Up @@ -51,7 +53,8 @@ This is the initial release to crates.io. All changes will be documented in
this CHANGELOG.

<!-- next-url -->
[Unreleased]: https://github.com/eldruin/lm75-rs/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/eldruin/lm75-rs/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/eldruin/lm75-rs/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/eldruin/lm75-rs/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/eldruin/lm75-rs/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/eldruin/lm75-rs/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lm75"
version = "0.2.0"
version = "1.0.0"
authors = ["Diego Barrios Romero <eldruin@gmail.com>"]
repository = "https://github.com/eldruin/lm75-rs"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 225d496

Please sign in to comment.