This repository was archived by the owner on Mar 20, 2022. It is now read-only.
File tree 4 files changed +11
-10
lines changed
4 files changed +11
-10
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.10.0 ] - 2021-11-09
8
8
### Changed
9
9
- Changed the ` socket ` argument name to ` sn ` to match the type name.
10
10
- Updated ` defmt ` from ` 0.2 ` to ` 0.3 ` .
@@ -136,7 +136,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136
136
## [ 0.1.0] - 2021-01-02
137
137
- Initial release
138
138
139
- [ Unreleased ] : https://github.com/newAM/w5500-ll-rs/compare/v0.9.0...HEAD
139
+ [ Unreleased ] : https://github.com/newAM/w5500-ll-rs/compare/v0.10.0...HEAD
140
+ [ 0.10.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.9.0...v0.10.0
140
141
[ 0.9.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.8.0...v0.9.0
141
142
[ 0.8.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.7.0...v0.8.0
142
143
[ 0.7.0 ] : https://github.com/newAM/w5500-ll-rs/compare/v0.6.2...v0.7.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " w5500-ll"
3
- version = " 0.9 .0"
3
+ version = " 0.10 .0"
4
4
authors = [
" Alex Martens <[email protected] >" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.56"
Original file line number Diff line number Diff line change @@ -47,6 +47,6 @@ All features are disabled by default.
47
47
[ w5500-hl ] : https://github.com/newAM/w5500-hl-rs
48
48
[ w5500-regsim ] : https://github.com/newAM/w5500-regsim-rs
49
49
[ Wiznet W5500 ] : https://www.wiznet.io/product-item/w5500/
50
- [ `blocking` ] : https://docs.rs/w5500-ll/0.9 .0/w5500_ll/blocking/index.html
51
- [ `Registers` ] : https://docs.rs/w5500-ll/0.9 .0/w5500_ll/trait.Registers.html
52
- [ `w5500_ll::net` ] : https://docs.rs/w5500-ll/0.9 .0/w5500_ll/net/index.html
50
+ [ `blocking` ] : https://docs.rs/w5500-ll/0.10 .0/w5500_ll/blocking/index.html
51
+ [ `Registers` ] : https://docs.rs/w5500-ll/0.10 .0/w5500_ll/trait.Registers.html
52
+ [ `w5500_ll::net` ] : https://docs.rs/w5500-ll/0.10 .0/w5500_ll/net/index.html
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.9 .0/w5500_ll/blocking/index.html
54
- //! [`Registers`]: https://docs.rs/w5500-ll/0.9 .0/w5500_ll/trait.Registers.html
55
- //! [`w5500_ll::net`]: https://docs.rs/w5500-ll/0.9 .0/w5500_ll/net/index.html
56
- #![ doc( html_root_url = "https://docs.rs/w5500-ll/0.9 .0" ) ]
53
+ //! [`blocking`]: https://docs.rs/w5500-ll/0.10 .0/w5500_ll/blocking/index.html
54
+ //! [`Registers`]: https://docs.rs/w5500-ll/0.10 .0/w5500_ll/trait.Registers.html
55
+ //! [`w5500_ll::net`]: https://docs.rs/w5500-ll/0.10 .0/w5500_ll/net/index.html
56
+ #![ doc( html_root_url = "https://docs.rs/w5500-ll/0.10 .0" ) ]
57
57
#![ cfg_attr( docsrs, feature( doc_cfg) ) ]
58
58
#![ cfg_attr( not( feature = "std" ) , no_std) ]
59
59
#![ forbid( unsafe_code) ]
You can’t perform that action at this time.
0 commit comments