Skip to content

Commit 0273f84

Browse files
authored
sntp: 0.1.0 -> 0.2.0
1 parent 8d795a2 commit 0273f84

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

sntp/CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.2.0] - 2022-05-21
88
### Added
99
- `impl TryFrom<chrono::naive::NaiveDateTime> for Timestamp`.
1010
- Added exports for `chrono` and `time`.
@@ -21,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121
## [0.1.0] - 2022-05-03
2222
- Initial release
2323

24-
[Unreleased]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.1.0...HEAD
24+
[Unreleased]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.2.0...HEAD
25+
[0.2.0]: https://github.com/newAM/w5500-rs/compare/sntp%2Fv0.1.0...sntp%2Fv0.2.0
2526
[0.1.0]: https://github.com/newAM/w5500-rs/releases/tag/sntp%2Fv0.1.0

sntp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "w5500-sntp"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Alex Martens <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/newAM/w5500-rs"

0 commit comments

Comments
 (0)