Skip to content

Commit 3dd3fce

Browse files
bors[bot]ltratt
andauthored
Merge #38
38: Prepare a 1.2.4 release. r=vext01 a=ltratt Co-authored-by: Laurence Tratt <[email protected]>
2 parents b98423a + 423843a commit 3dd3fce

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# packedvec 1.2.4 (2021-08-04)
2+
3+
* Fix bug where a negative minimum value could lead to integer overflow.
4+
5+
16
# packedvec 1.2.3 (2021-03-15)
27

38
* `PackedVec` now implements `Clone`.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "packedvec"
33
description = "Store vectors of integers efficiently"
44
repository = "https://github.com/softdevteam/packedvec/"
5-
version = "1.2.3"
5+
version = "1.2.4"
66
authors = ["Gabriela Alexandra Moldovan <[email protected]>", "Laurence Tratt <http://tratt.net/laurie/>"]
77
readme = "README.md"
88
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)