Skip to content

Commit d9bcf29

Browse files
bors[bot]eldruin
andauthored
Merge #410
410: Prepare e-h-nb-1.0.0-alpha.0 release r=Dirbaio a=eldruin Co-authored-by: Diego Barrios Romero <[email protected]>
2 parents 8e90ab3 + 77324ab commit d9bcf29

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

embedded-hal-nb/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

embedded-hal-nb/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-hal-nb"
3-
version = "1.0.0-alpha.1"
3+
version = "1.0.0-alpha.0"
44
edition = "2018"
55

66
categories = ["embedded", "hardware-support", "no-std"]

0 commit comments

Comments
 (0)