diff --git a/CHANGELOG.md b/CHANGELOG.md index 290a610..e3e5819 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.1.6 - 2022-02-22 + +- Implement support for iteration through `for` clauses in rules + ## 0.1.5 - 2021-01-19 - Bugfix: register Datalog variables bound in `let` patterns (#14) diff --git a/Cargo.toml b/Cargo.toml index 77d41de..2c66cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crepe" -version = "0.1.5" +version = "0.1.6" authors = ["Eric Zhang "] license = "MIT OR Apache-2.0" description = "Datalog in Rust as a procedural macro"