Skip to content

Commit d1eea5c

Browse files
committed
Bumped version to 0.8.0. Added Changelog.
1 parent 2f0bc34 commit d1eea5c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# bitpacking 0.8.0
2+
3+
Enabling 1x, 4x, and 8x bitpacking based on feature flags.
4+
For backward compatibility, by default, all 3 are enabled.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitpacking"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["Paul Masurel <[email protected]>"]
55
license = "MIT"
66
readme = "README.md"

0 commit comments

Comments
 (0)