Skip to content

Commit

Permalink
Auto merge of #239 - mbrubeck:bump, r=jdm
Browse files Browse the repository at this point in the history
Version 1.5.0

Change log:

* Add the `append` method (#237).
* Add support for more array sizes between 17 and 31 (#234).
* Don't panic on deserialization errors (#238).
  • Loading branch information
bors-servo committed Nov 17, 2020
2 parents c7af9e2 + b825266 commit fc12fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "1.4.2"
version = "1.5.0"
edition = "2018"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit fc12fb1

Please sign in to comment.