diff --git a/CHANGELOG.md b/CHANGELOG.md index 6309116..94a9cbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3](https://github.com/KarpelesLab/anydcode/compare/v0.1.2...v0.1.3) - 2026-07-29 + +### Other + +- automatic mode selection for QR-family and Han Xin build_text +- image sampler — camera detection for all 34 size variants +- image sampler — camera detection for all 32 rectangular sizes +- image samplers — camera detection via native fiducials + ### Added - automatic mode selection: `build_text` for QR, Micro QR (new), rMQR and Han Xin diff --git a/Cargo.toml b/Cargo.toml index ddf519c..8358b72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anyd" -version = "0.1.2" +version = "0.1.3" edition = "2024" rust-version = "1.89" license = "MIT"