File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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
+ ## [ 0.7.0 ] - 2023-06-21
9
9
10
10
* Add blanket impls of all the traits for mutable references.
11
11
- Bump dependency version of ` no-std-net ` to ` v0.6 ` .
@@ -67,7 +67,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
67
67
68
68
Initial release to crates.io.
69
69
70
- [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.6.0...HEAD
70
+ [ Unreleased ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.7.0...HEAD
71
+ [ 0.7.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.6.0...v0.7.0
71
72
[ 0.6.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.5.0...v0.6.0
72
73
[ 0.5.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.4.0...v0.5.0
73
74
[ 0.4.0 ] : https://github.com/rust-embedded-community/embedded-nal/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-nal"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [
5
5
" Jonathan 'theJPster' Pallant <github@thejpster.org.uk>" ,
6
6
" Mathias Koch <mk@blackbird.online>" ,
You can’t perform that action at this time.
0 commit comments