We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832a23d commit 8c0974bCopy full SHA for 8c0974b
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.8.4] - 2025-09-27
6
+- Fixed some outdated examples
7
+
8
## [0.8.3] - 2025-09-27
9
- Improved modularization
10
- Added example for Employee Scheduling
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
name = "selen"
-version = "0.8.3"
+version = "0.8.4"
edition = "2024"
description = "Constraint Satisfaction Problem (CSP) solver"
rust-version = "1.88"
README.md
@@ -51,7 +51,7 @@ Add this to your `Cargo.toml`:
51
52
```toml
53
[dependencies]
54
-selen = "0.8.3"
+selen = "0.8.4"
55
```
56
57
0 commit comments