update to v0.4.6

This commit is contained in:
Henry Schimke
2023-05-10 09:44:44 -05:00
parent 59cf1df51f
commit 09c23ba450
2 changed files with 2 additions and 1 deletions

View File

@@ -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"

View File

@@ -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