Skip to content

Commit e8bf5e0

Browse files
committed
chore: release v0.13.0
1 parent 94cb77f commit e8bf5e0

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.13.0]
6+
7+
### Fixed
8+
9+
- **Riichi Options for Open Hands**: Riichi, Double Riichi, and Ippatsu options are now disabled when the hand has open melds (chi, pon, or open kan)
10+
- Options are automatically unchecked if they were selected before adding an open meld
11+
- Shows notice: "🔓 Open hand — Riichi not available"
12+
13+
### Added
14+
15+
- **Live Demo Link**: Added prominent link to the web interface at the top of README.md
16+
517
## [0.12.0]
618

719
### Fixed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lto = "thin"
1212
opt-level = "z"
1313

1414
[workspace.package]
15-
version = "0.12.0"
15+
version = "0.13.0"
1616
edition = "2024"
1717
repository = "https://github.com/ryblogs/agari"
1818
homepage = "https://github.com/ryblogs/agari"

crates/agari-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agari"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2024"
55
repository = "https://github.com/ryblogs/agari"
66
homepage = "https://github.com/ryblogs/agari"

crates/agari-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agari-wasm"
3-
version = "0.12.0"
3+
version = "0.13.0"
44
edition = "2024"
55
description = "WebAssembly bindings for Agari Riichi Mahjong scoring engine"
66
license = "MIT"

0 commit comments

Comments
 (0)