Skip to content

Commit 3611117

Browse files
committed
bump version 0.3.2
1 parent 874498a commit 3611117

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.3.2] - 2026-04-07
6+
7+
### Milestone 4 — KPM pipeline correctness
8+
9+
### 🐛 Bug Fixes
10+
11+
- Fset3 KpmImageInfo field order and enable full pipeline test
12+
- Improve assertion formatting in test_matched_db_id_zero_finds_pose
13+
- Formatting style causing CI failure
14+
- Gate simple_nft example behind ffi-backend feature
15+
- Formatting in the new surface.rs file
16+
17+
### 🚀 Features
18+
19+
- Add simple_nft example demonstrating KPM detection → AR2 tracking pipeline
20+
- Add WasmNFTHandle for AR2 tracking in WASM and NFT demo page
21+
- Add pinball demo image and update simple NFT example to use it
22+
23+
### 🚜 Refactor
24+
25+
- Add ar2_read_surface_set to match C++ nftSimple pattern
26+
- Extract surface types and functions into new ar2/surface.rs
27+
528
## [0.3.1] - 2026-04-06
629

730
### Milestone 3 — Architectural consolidation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exclude = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.3.1"
12+
version = "0.3.2"
1313
authors = ["kalwalt <github@kalwaltart.it>"]
1414
edition = "2021"
1515
description = "A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM."

crates/wasm/pkg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"kalwalt \u003cgithub@kalwaltart.it\u003e"
66
],
77
"description": "A high-performance, memory-safe Rust port of WebARKitLib (ARToolKit) for native and WASM.",
8-
"version": "0.3.1",
8+
"version": "0.3.2",
99
"license": "LGPL-3.0-or-later",
1010
"repository": {
1111
"type": "git",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webarkitlib-rs",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Port of WebARKitLib (ARToolKit) to Rust and WASM",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)