Skip to content

Commit 8501d92

Browse files
committed
update version number and CHANGELOG
1 parent 8e83555 commit 8501d92

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
- ...
66

7+
## v0.3.0.0 (2025-01-01)
8+
9+
- add `optimalOrder`
10+
- fix segfault on Apple M1 and ARM aarch64
11+
- minor improvements of documentation and tests
12+
713
## v0.2.0.0 (2023-11-23)
814

915
- rename `forall` (soon a keyword in GHC) to `forall_` and `exists` to `exists_`

Diff for: HasCacBDD.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: HasCacBDD
2-
version: 0.2.0.0
2+
version: 0.3.0.0
33
synopsis: Haskell bindings for CacBDD
44
homepage: https://github.com/m4lvin/HasCacBDD
55
license: GPL-2
@@ -34,7 +34,7 @@ source-repository head
3434

3535
custom-setup
3636
setup-depends: base >= 4.8 && < 5,
37-
Cabal < 3.9,
37+
Cabal < 3.13,
3838
directory
3939

4040
library

0 commit comments

Comments
 (0)