File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased ]
7
+ ## [ 0.2.0 ] - 2022-05-21
8
8
### Added
9
9
- ` impl TryFrom<chrono::naive::NaiveDateTime> for Timestamp ` .
10
10
- Added exports for ` chrono ` and ` time ` .
@@ -21,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
## [ 0.1.0] - 2022-05-03
22
22
- Initial release
23
23
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
25
26
[ 0.1.0 ] : https://github.com/newAM/w5500-rs/releases/tag/sntp%2Fv0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " w5500-sntp"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
authors = [
" Alex Martens <[email protected] >" ]
5
5
edition = " 2021"
6
6
repository = " https://github.com/newAM/w5500-rs"
You can’t perform that action at this time.
0 commit comments