Skip to content

Commit 8a55b28

Browse files
authored
Merge pull request #16 from nikomatsakis/release-0.2.0
bump version to 1.0.0 and add release notes
2 parents dfba548 + 7a78031 commit 8a55b28

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 = "1.0.0"
44
authors = ["Frank McSherry <[email protected]>", "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+
# 1.0.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)