We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cb49d commit 7a78031Copy full SHA for 7a78031
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "datafrog"
3
-version = "0.2.0"
+version = "1.0.0"
4
authors = ["Frank McSherry <[email protected]>", "The Rust Project Developers", "Datafrog Developers"]
5
license = "Apache-2.0/MIT"
6
description = "Lightweight Datalog engine intended to be embedded in other Rust programs"
RELEASES.md
@@ -1,4 +1,4 @@
-# 0.2.0
+# 1.0.0
- Added leapfrog triejoin (#11).
- Have badges and repo links now!
0 commit comments