Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaGenix committed Nov 16, 2021
1 parent 8941c8c commit 2e8e2ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
1.1.0
=====

* Add is_last_quintet_valid() and is_last_octet_valid() functions which can
be used to figure out if the final input symbol is valid given the number
of bits. This can be useful for finding and correcting errors.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libzbase32"
version = "1.0.0"
version = "1.1.0"
edition = "2018"
authors = ["Palmer Cox <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2e8e2ef

Please sign in to comment.