Skip to content

Commit 7d3a741

Browse files
committed
Bump version
1 parent 29505bb commit 7d3a741

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

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

5+
## [0.8.3] - 2025-09-27
6+
- Improved modularization
7+
- Added example for Employee Scheduling
8+
59
## [0.8.2] - 2025-09-26
610
- BitSet domain for GAC
711
- Performance improvement for alldiff()

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.8.2"
3+
version = "0.8.3"
44
edition = "2024"
55
description = "Constraint Satisfaction Problem (CSP) solver"
66
rust-version = "1.88"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add this to your `Cargo.toml`:
5151

5252
```toml
5353
[dependencies]
54-
selen = "0.8.2"
54+
selen = "0.8.3"
5555
```
5656

5757
```

0 commit comments

Comments
 (0)