Skip to content

Commit 87cb49d

Browse files
committed
bump version to 0.2.0 and add release notes
1 parent 1cc53d1 commit 87cb49d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafrog"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>", "The Rust Project Developers", "Datafrog Developers"]
55
license = "Apache-2.0/MIT"
66
description = "Lightweight Datalog engine intended to be embedded in other Rust programs"

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 0.2.0
2+
3+
- Added leapfrog triejoin (#11).
4+
- Have badges and repo links now!
5+
- Minor performance improvements (#13).
6+
7+
# 0.1.0
8+
9+
- Initial release.

0 commit comments

Comments
 (0)