Bump version

This commit is contained in:
root
2015-07-30 16:16:42 +02:00
parent cf273fec1f
commit d3728b654e
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "arrayvec" name = "arrayvec"
version = "0.3.7" version = "0.3.8"
authors = ["bluss"] authors = ["bluss"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
+5
View File
@@ -22,6 +22,11 @@ __ http://bluss.github.io/arrayvec
Recent Changes Recent Changes
-------------- --------------
- 0.3.8
- Inline the non-dropping logic to remove one drop flag in the
ArrayVec representation.
- 0.3.7 - 0.3.7
- Added method .into_inner() - Added method .into_inner()