Skip to content

Commit 2e8e2ef

Browse files
committed
Release version 1.1.0
1 parent 8941c8c commit 2e8e2ef

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
1.1.0
2+
=====
3+
4+
* Add is_last_quintet_valid() and is_last_octet_valid() functions which can
5+
be used to figure out if the final input symbol is valid given the number
6+
of bits. This can be useful for finding and correcting errors.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libzbase32"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2018"
55
authors = ["Palmer Cox <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)