Skip to content

Commit 13c2f2f

Browse files
authored
chore: release v0.1.1 (#1)
1 parent 8ea39ae commit 13c2f2f

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/KarpelesLab/anydcode/compare/v0.1.0...v0.1.1) - 2026-07-11
11+
12+
### Other
13+
14+
- Fix broken rustdoc links to private items (dotcode, gridmatrix, detect)
15+
- Fix live-camera scanning + add sci-fi target-lock HUD to the demo
16+
- Link the live WASM demo in README
17+
- cargo fmt (wasm demo)
18+
- Add WASM demo: raw wasm32 FFI, browser page, GitHub Pages workflow
19+
- Mark Code 16K/49/Codablock F + DataBar stacked implemented; complete catalog
20+
- Merge impl/stacked-linear: Code 16K, Code 49, Codablock F
21+
- Merge impl/databar-stacked: DataBar Stacked / Stacked-Omni / Expanded-Stacked
22+
- Implement GS1 DataBar stacked variants
23+
- Pre-wire stubs for remaining symbologies (Han Xin, Grid Matrix, DotCode, Code 16K/49, Codablock F, DX Film Edge)
24+
- Fix byte_char_slices lint in codabar test
25+
- Fix clippy byte_char_slices lint (stable 1.97) in aztec tables
26+
- Add CI, crates.io, docs.rs, and license badges to README

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anyd"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
rust-version = "1.89"
66
license = "MIT"

0 commit comments

Comments
 (0)