Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
* Added `range` method for slicing a vector by a range of indices (#11)
* Some code cleanup and testing improvements
  • Loading branch information
mbrubeck committed Apr 17, 2018
1 parent 5933346 commit cae6da1
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 = "smallbitvec"
version = "2.0.0"
version = "2.1.0"
authors = ["Matt Brubeck <mbrubeck@limpet.net>"]
license = "MIT / Apache-2.0"
description = "A bit vector optimized for size and inline storage"
Expand Down

0 comments on commit cae6da1

Please sign in to comment.