From 2bc5e5464bdc8f1ef2c6e6fbd689ab3b12b22532 Mon Sep 17 00:00:00 2001 From: Henry Schimke Date: Sun, 8 Jan 2023 15:51:10 -0600 Subject: [PATCH] v0.2.10 --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af20880..4a4a67f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.2.9" +version = "0.2.10" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/hschimke/rxing" diff --git a/README.md b/README.md index bc1d125..c969a8c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ fn main() { ``` ## 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.6 -> Fix missing result point callback for rss14