Skip to content

Commit 8c0974b

Browse files
committed
Fixed examples. Bump version
1 parent 832a23d commit 8c0974b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

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.8.4] - 2025-09-27
6+
- Fixed some outdated examples
7+
58
## [0.8.3] - 2025-09-27
69
- Improved modularization
710
- Added example for Employee Scheduling

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.3"
3+
version = "0.8.4"
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.3"
54+
selen = "0.8.4"
5555
```
5656

5757
```

0 commit comments

Comments
 (0)