File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## Unreleased
9
9
10
+ * None
11
+
12
+ ## [ 0.6.0] - 2021-05-25
13
+
10
14
- Changed self references in dns stack methods to mutable, to follow the network stack implementations.
11
15
12
16
## [ 0.5.0] - 2021-05-20
@@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
58
62
59
63
Initial release to crates.io.
60
64
61
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.5.0...HEAD
65
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.6.0...HEAD
66
+ [ 0.6.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.5.0...v0.6.0
62
67
[ 0.5.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.4.0...v0.5.0
63
68
[ 0.4.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.3.0...v0.4.0
64
69
[ 0.3.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.2.0...v0.3.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-nal"
3
- version = " 0.5 .0" # remember to update html_root_url
3
+ version = " 0.6 .0" # remember to update html_root_url
4
4
authors = [
5
5
" Jonathan 'theJPster' Pallant <[email protected] >" ,
6
6
" Mathias Koch <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
//! # embedded-nal - A Network Abstraction Layer for Embedded Systems
2
2
3
- #![ doc( html_root_url = "https://docs.rs/embedded-nal/0.5 .0" ) ]
3
+ #![ doc( html_root_url = "https://docs.rs/embedded-nal/0.6 .0" ) ]
4
4
#![ no_std]
5
5
#![ deny( missing_docs) ]
6
6
#![ deny( unsafe_code) ]
You can’t perform that action at this time.
0 commit comments