Skip to content

Commit

Permalink
Bump to 0.3.2, this crate now compiles on stable 🎉. Fixed urls in cha…
Browse files Browse the repository at this point in the history
…ngelog
  • Loading branch information
MabezDev committed Dec 13, 2018
1 parent 7b7f909 commit 45489aa
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 14 deletions.
35 changes: 22 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.3.2] - 2018-12-12

## Added
- DMA buffers now use as-slice

## Fixed
- This crate now compiles on stable (1.31)! :tada:

## [v0.3.1] - 2018-12-10

### Added
Expand Down Expand Up @@ -82,16 +90,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).

- Initial release

[Unreleased]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.3.1...HEAD
[v0.3.1]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.7...v0.3.0
[v0.2.7]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.6...v0.2.7
[v0.2.6]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.5...v0.2.6
[v0.2.5]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.4...v0.2.5
[v0.2.4]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/mabezdev/stm32l4xx-hal/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/MabezDev/stm32l4xx-hal/tree/v0.1.0
[Unreleased]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.2...HEAD
[v0.3.2]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.1...v0.3.2
[v0.3.1]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.7...v0.3.0
[v0.2.7]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.6...v0.2.7
[v0.2.6]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.5...v0.2.6
[v0.2.5]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.4...v0.2.5
[v0.2.4]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.3...v0.2.4
[v0.2.3]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.2...v0.2.3
[v0.2.2]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.1...v0.2.2
[v0.2.1]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.1.1...v0.2.0
[v0.1.1]: https://github.com/stm32-rs/stm32l4xx-hal/compare/v0.1.0...v0.1.1
[v0.1.0]: https://github.com/stm32-rs/stm32l4xx-hal/tree/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stm32l4xx-hal"
version = "0.3.1"
version = "0.3.2"
authors = ["Scott Mabin <[email protected]>"]
description = "Hardware abstraction layer for the stm32l4xx chips"
keywords = ["no-std", "stm32l4xx", "stm32l4", "embedded", "embedded-hal"]
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# `stm32l4xx-hal`

_formerly [MabezDev/stm32l4xx-hal](https://github.com/mabezdev/stm32l4xx-hal)_

> [HAL] for the STM32L4xx family of microcontrollers
- *Note: this HAL is a work in progress, contributions are appreciated :)*
Expand All @@ -10,6 +12,10 @@

## [Changelog](https://github.com/mabezdev/stm32l4xx-hal/blob/master/CHANGELOG.md)

## About

- Minimum rustc version 1.31

## License

Licensed under either of
Expand Down

0 comments on commit 45489aa

Please sign in to comment.