This commit is contained in:
Henry
2023-01-04 20:26:25 -06:00
parent a41953b928
commit d2a4b21808
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing" name = "rxing"
version = "0.2.3" version = "0.2.4"
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

@@ -75,6 +75,8 @@ fn main() {
``` ```
## Latest Release Notes ## Latest Release Notes
v0.2.4 -> Add helper functions for common cases (read a file, use raw luma8 data).
v0.2.3 -> Implement most suggestions from clippy, as well as some simple changes, no surface changes. v0.2.3 -> Implement most suggestions from clippy, as well as some simple changes, no surface changes.
v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanceSource. v0.2.0 -> Dramatically improve performance when cropping a BufferedImageLuminanceSource.