diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a77d4b..21ba802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.1.4 - 2021-01-10 - Add support for lifetimes in relations and the `ref` keyword (#9) - Add benchmarks and support for custom hashers (#9) diff --git a/Cargo.toml b/Cargo.toml index e9be529..436b56a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crepe" -version = "0.1.3" +version = "0.1.4" authors = ["Eric Zhang "] license = "MIT OR Apache-2.0" description = "Datalog in Rust as a procedural macro"