Skip to content

Commit

Permalink
sntp: 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Jun 9, 2024
1 parent 9d5c3f7 commit 396e095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions sntp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [0.5.0] - 2024-06-09
### Changed
- Bumped the minimum `chrono` version from `0.4` to `0.4.32`.
- Updated `w5500-hl` dependency from `0.11.0` to `0.12.0`.
Expand Down Expand Up @@ -44,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2022-05-03
- Initial release

[Unreleased]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.4.0...HEAD
[Unreleased]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.5.0...HEAD
[0.5.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.4.0...sntp%2Fv0.5.0
[0.4.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.3.0...sntp%2Fv0.4.0
[0.3.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.2.0...sntp%2Fv0.3.0
[0.2.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.1.0...sntp%2Fv0.2.0
Expand Down
2 changes: 1 addition & 1 deletion sntp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "w5500-sntp"
version = "0.4.0"
version = "0.5.0"
authors = ["Alex Martens <[email protected]>"]
edition = "2021"
repository = "https://github.com/newAM/w5500-rs"
Expand Down

0 comments on commit 396e095

Please sign in to comment.