This commit is contained in:
Henry Schimke
2023-01-08 15:51:10 -06:00
parent 8a40109226
commit 2bc5e5464b
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing" name = "rxing"
version = "0.2.9" version = "0.2.10"
description="A rust port of the zxing barcode library." description="A rust port of the zxing barcode library."
license="Apache-2.0" license="Apache-2.0"
repository="https://github.com/hschimke/rxing" repository="https://github.com/hschimke/rxing"

View File

@@ -48,6 +48,8 @@ fn main() {
``` ```
## Latest Release Notes ## Latest Release Notes
v0.2.10 -> Fix major issue with qrcode generation.
v0.2.9 -> Major fix, codabar was not being encoded by multiformat writer. v0.2.9 -> Major fix, codabar was not being encoded by multiformat writer.
v0.2.6 -> Fix missing result point callback for rss14 v0.2.6 -> Fix missing result point callback for rss14