File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ # Change Log
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6+ and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7+
8+ ## [ Unreleased]
9+
10+ ...
11+
12+ ## [ v1.0.0-alpha.0] - 2022-09-27
13+
14+ First release to crates.io
15+
16+ [ Unreleased ] : https://github.com/rust-embedded/embedded-hal/compare/embedded-hal-nb-v1.0.0-alpha.0...HEAD
17+ [ v1.0.0-alpha.0 ] : https://github.com/rust-embedded/embedded-hal/tree/embedded-hal-nb-v1.0.0-alpha.0
Original file line number Diff line number Diff line change 11[package ]
22name = " embedded-hal-nb"
3- version = " 1.0.0-alpha.1 "
3+ version = " 1.0.0-alpha.0 "
44edition = " 2018"
55
66categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments