mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-02 14:54:30 +00:00
v0.3.6
This commit is contained in:
parent
93db77df6a
commit
e7ada67057
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [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
|
||||
|
||||
### Added
|
||||
|
@ -16,7 +16,7 @@ keywords = [
|
||||
license = "MIT OR Apache-2.0"
|
||||
name = "heapless"
|
||||
repository = "https://github.com/japaric/heapless"
|
||||
version = "0.3.5"
|
||||
version = "0.3.6"
|
||||
|
||||
[dev-dependencies]
|
||||
scoped_threadpool = "0.1.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user