From 448afa17d674b034a40ecff81a9862c17536108a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Wed, 29 Jul 2026 13:21:41 +0900 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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"