From 09c23ba450ffbcdacace822d56d6abef1b011a2e Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Wed, 10 May 2023 09:44:44 -0500 Subject: [PATCH] update to v0.4.6 --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 144f2a9..7db4b6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.4.5" +version = "0.4.6" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing" diff --git a/README.md b/README.md index 4c3fc6e..d7be4f6 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ fn main() { ``` ## Latest Release Notes +* *v0.4.6* -> Fixed an issue with pdf417 whitespace, rotation, and compaction. Fix courtesy of first time contribution from GitHub user agkyunromb. * *v0.4.4* -> Major update of QRCode support. The ZXing-Cpp QRCode library has been integrated. This brings large enhancements to the detection and decoding