Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Nov 21, 2020
1 parent 1ad0eef commit 2090d22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.3 - 2020-11-21

- Add shorter syntax for defining fact-rules (#6)
- Add visibility modifiers to structs and fields, support struct attributes (#7)

## 0.1.2 - 2020-09-13

- Implement support for destructuring and `let` bindings in rules
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.2"
version = "0.1.3"
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 2090d22

Please sign in to comment.