Skip to content

Commit

Permalink
Bump version to 0.1.2 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Sep 14, 2020
1 parent 51ae50f commit 28e0a95
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 19 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 0.1.2 - 2020-09-13

- Implement support for destructuring and `let` bindings in rules
- Add a span for more specific "invalid relation" error messages
- Hygiene: write full paths for derived traits
- Add documentation for the generated runtime
- Add more comprehensive tests: `&static str` in relation, `f64` in relation
- Make clippy happy

## 0.1.1 - 2020-09-01

- Fix bug causing docs to not render properly

## 0.1.0 - 2020-09-01

Initial release - `crepe!` macro, Datalog runtime, semi-naive evaluation,
stratified negation.
33 changes: 15 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1"
version = "0.1.2"
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 28e0a95

Please sign in to comment.