File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased]
8
+ ## Unreleased
9
+
10
+ * None
11
+
12
+ ## [ 0.3.0] - 2021-02-15
9
13
10
14
### Added
11
15
- New optional struct [ ` SharedNal ` ] ( ./src/stack/share.rs ) that can share a single underlying implementation among several users within a thread.
@@ -38,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
38
42
39
43
Initial release to crates.io.
40
44
41
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.2.0...HEAD
45
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.3.0...HEAD
46
+ [ 0.3.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.2.0...v0.3.0
42
47
[ 0.2.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.1.0...v0.2.0
43
48
[ 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.2 .0" # remember to update html_root_url
3
+ version = " 0.3 .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.2 .0" ) ]
3
+ #![ doc( html_root_url = "https://docs.rs/embedded-nal/0.3 .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