Skip to content

Commit

Permalink
Auto merge of #58 - mbrubeck:bump, r=jdm
Browse files Browse the repository at this point in the history
Release version 0.4.2.

* Add `SmallVec::from_buf` constructor (#56).
* Add optional `serde` (de-)serialization support (#57).

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/58)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo authored Aug 11, 2017
2 parents e162ecc + 03d5340 commit a39aaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.4.1"
version = "0.4.2"
authors = ["Simon Sapin <[email protected]>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
Expand Down

0 comments on commit a39aaea

Please sign in to comment.