This repository was archived by the owner on Mar 20, 2022. It is now read-only.
File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
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.6.0 ] - 2021-02-08
8
8
### Added
9
9
- Implement ` fmt::Display ` for ` SocketInterrupt ` .
10
10
- Implement ` defmt::Format ` for ` Ipv4Addr ` and ` SocketAddrV4 ` .
@@ -80,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
80
80
## [ 0.1.0] - 2021-01-02
81
81
- Initial release
82
82
83
- [ Unreleased ] : https://github.com/newAM/w5500-ll-rs/compare/v0.5.1...HEAD
83
+ [ Unreleased ] : https://github.com/newAM/w5500-ll-rs/compare/v0.6.0...HEAD
84
+ [ 0.6.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.5.1...v0.6.0
84
85
[ 0.5.1 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.5.0...v0.5.1
85
86
[ 0.5.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.4.0...v0.5.0
86
87
[ 0.4.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " w5500-ll"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
authors = [
" Alex M. <[email protected] >" ]
5
5
edition = " 2018"
6
6
repository = " https://github.com/newAM/w5500-ll-rs"
Original file line number Diff line number Diff line change 50
50
//! [w5500-hl]: https://github.com/newAM/w5500-hl-rs
51
51
//! [w5500-regsim]: https://github.com/newAM/w5500-regsim-rs
52
52
//! [Wiznet W5500]: https://www.wiznet.io/product-item/w5500/
53
- //! [`blocking`]: https://docs.rs/w5500-ll/0.5.1 /w5500_ll/blocking/index.html
54
- //! [`Registers`]: https://docs.rs/w5500-ll/0.5.1 /w5500_ll/trait.Registers.html
55
- //! [`w5500_ll::net`]: https://docs.rs/w5500-ll/0.5.1 /w5500_ll/net/index.html
56
- #![ doc( html_root_url = "https://docs.rs/w5500-ll/0.5.1 " ) ]
53
+ //! [`blocking`]: https://docs.rs/w5500-ll/0.6.0 /w5500_ll/blocking/index.html
54
+ //! [`Registers`]: https://docs.rs/w5500-ll/0.6.0 /w5500_ll/trait.Registers.html
55
+ //! [`w5500_ll::net`]: https://docs.rs/w5500-ll/0.6.0 /w5500_ll/net/index.html
56
+ #![ doc( html_root_url = "https://docs.rs/w5500-ll/0.6.0 " ) ]
57
57
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
58
58
#![ forbid( unsafe_code) ]
59
59
#![ forbid( missing_docs) ]
You can’t perform that action at this time.
0 commit comments