Skip to content

Commit

Permalink
Bump version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jan 19, 2021
1 parent 3d1fc97 commit eea587f
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.5 - 2021-01-19

- Bugfix: register Datalog variables bound in `let` patterns (#14)

## 0.1.4 - 2021-01-10

- Add support for lifetimes in relations and the `ref` keyword (#9)
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.4"
version = "0.1.5"
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 eea587f

Please sign in to comment.