Skip to content

Commit c99bf76

Browse files
committed
bumb version 0.5.1
1 parent 50f6a4f commit c99bf76

4 files changed

Lines changed: 18 additions & 4 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.5.1] - 2026-05-14
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Convert generators to arlog_*! macros (PR 3/4 for #90)
10+
11+
### 🎨 Styling
12+
13+
- Fix rustfmt import order in nft_marker_gen.rs
14+
15+
### 🐛 Bug Fixes
16+
17+
- *(examples)* Use arlog_rel! for help banner and prompt UI per review
18+
519
## [0.5.0] - 2026-05-13
620

721
### Milestone 7 — Hough voting & feature matching in pure Rust

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.5.0"
12+
version = "0.5.1"
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.5.0",
8+
"version": "0.5.1",
99
"license": "LGPL-3.0-or-later",
1010
"repository": {
1111
"type": "git",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webarkitlib-rs",
3-
"version": "0.5.0",
4-
"description": "Port of WebARKitLib (ARToolKit) to Rust and WASM",
3+
"version": "0.5.1",
4+
"description": "Port of WebARKitLib (ARToolKit) to Rust and WASM",
55
"private": true,
66
"scripts": {
77
"build:core": "cargo build -p webarkitlib-rs",

0 commit comments

Comments
 (0)