From b393c8f459f3ae4c8ba33f62e344a8320e3142fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=20Karpel=C3=A8s?= Date: Sun, 19 Jul 2026 10:17:22 +0900 Subject: [PATCH] chore: release v0.1.3 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 873a620..e4a06d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ 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-19 + +### Other + +- 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 + ## [0.1.2](https://github.com/KarpelesLab/anydcode/compare/v0.1.1...v0.1.2) - 2026-07-18 ### Fixed 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"