Skip to content

Commit c2f194a

Browse files
committed
Bump version
1 parent adf08f7 commit c2f194a

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

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

5+
## [0.15.2] - 2025-10-20
6+
- Table constraint using GAC algorithm.
7+
58
## [0.15.1] - 2025-10-19
69
- Added bool2int and exposed some functions.
710

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "selen"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
edition = "2024"
55
description = "Constraint Satisfaction Problem (CSP) solver"
66
rust-version = "1.88"
File renamed without changes.

0 commit comments

Comments
 (0)