Skip to content

Commit 83aefbc

Browse files
ryan-summerseldruin
authored andcommitted
Preparing for a 0.7.0 release
1 parent 85e025e commit 83aefbc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [0.7.0] - 2023-06-21
99

1010
* Add blanket impls of all the traits for mutable references.
1111
- 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.
6767

6868
Initial release to crates.io.
6969

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
7172
[0.6.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.5.0...v0.6.0
7273
[0.5.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.4.0...v0.5.0
7374
[0.4.0]: https://github.com/rust-embedded-community/embedded-nal/compare/v0.3.0...v0.4.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "embedded-nal"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
"Jonathan 'theJPster' Pallant <github@thejpster.org.uk>",
66
"Mathias Koch <mk@blackbird.online>",

0 commit comments

Comments
 (0)