This commit is contained in:
Jorge Aparicio
2018-01-16 23:45:27 +01:00
parent 38318470b9
commit 2603620c27
3 changed files with 16 additions and 2 deletions

14
CHANGELOG.md Normal file
View 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

View File

@@ -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]

View File

@@ -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