This commit is contained in:
Jorge Aparicio 2018-05-04 10:18:17 +02:00
parent 93db77df6a
commit e7ada67057
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] ## [Unreleased]
## [v0.3.6] - 2018-05-04
### Fixed
- The capacity of `RingBuffer`. It should be the requested capacity plus not twice that plus one.
## [v0.3.5] - 2018-05-03 ## [v0.3.5] - 2018-05-03
### Added ### Added

View File

@ -16,7 +16,7 @@ keywords = [
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
name = "heapless" name = "heapless"
repository = "https://github.com/japaric/heapless" repository = "https://github.com/japaric/heapless"
version = "0.3.5" version = "0.3.6"
[dev-dependencies] [dev-dependencies]
scoped_threadpool = "0.1.8" scoped_threadpool = "0.1.8"