File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ 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.5.0] - 2021-05-20
13
+
14
+ ### Changed
15
+
10
16
- Bump dependency version of ` heapless ` to ` v0.7.0 ` to utilize const generics.
11
17
- Bump MSRV to 1.51.0 to get ` min_const_generics ` for ` heapless ` .
12
18
@@ -52,7 +58,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
52
58
53
59
Initial release to crates.io.
54
60
55
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.3.0...HEAD
61
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.5.0...HEAD
62
+ [ 0.5.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.4.0...v0.5.0
63
+ [ 0.4.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.3.0...v0.4.0
56
64
[ 0.3.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.2.0...v0.3.0
57
65
[ 0.2.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.1.0...v0.2.0
58
66
[ 0.1.0 ] : https://github.com/rust-embedded-community/embedded-nal/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-nal"
3
- version = " 0.4 .0" # remember to update html_root_url
3
+ version = " 0.5 .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.4 .0" ) ]
3
+ #![ doc( html_root_url = "https://docs.rs/embedded-nal/0.5 .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