mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-04-28 22:04:35 +00:00
v0.1.0
This commit is contained in:
14
CHANGELOG.md
Normal file
14
CHANGELOG.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Change Log
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.1.0] - 2018-01-16
|
||||
|
||||
Initial release
|
||||
|
||||
[Unreleased]: https://github.com/japaric/embedded-hal/compare/v0.1.0...HEAD
|
||||
@@ -13,7 +13,7 @@ version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
stm32f30x = { git = "https://github.com/japaric/stm32f30x" }
|
||||
stm32f30x = "0.6.0"
|
||||
futures = "0.1.17"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Copyright (c) 2017 Jorge Aparicio
|
||||
Copyright (c) 2017-2018 Jorge Aparicio
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
|
||||
Reference in New Issue
Block a user