Skip to content

Commit

Permalink
Bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Feb 23, 2022
1 parent a5e6101 commit 0a10f2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crepe"
version = "0.1.5"
version = "0.1.6"
authors = ["Eric Zhang <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Datalog in Rust as a procedural macro"
Expand Down

0 comments on commit 0a10f2b

Please sign in to comment.