Skip to content

Commit

Permalink
v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikunia committed Jul 26, 2021
1 parent 9e5ed56 commit 63af545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ConstrainSolver.jl - Changelog

## Unreleased
## v0.6.10 (26th of July 2021)
- Allow variables as constraint like `a || !b` instead of `a == 1 || b == 0`. [PR #267](/~https://github.com/Wikunia/ConstraintSolver.jl/pull/267)
- **Attention** Does not check if variable is a binary variable
- Support for indicator/reified in indicator/reified (without bridges) [PR #251](/~https://github.com/Wikunia/ConstraintSolver.jl/pull/251)
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ConstraintSolver"
uuid = "e0e52ebd-5523-408d-9ca3-7641f1cd1405"
authors = ["Ole Kröger <o.kroeger@opensourc.es>"]
version = "0.6.9"
version = "0.6.10"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down

0 comments on commit 63af545

Please sign in to comment.