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.
2 parents dfba548 + 7a78031 commit 8a55b28Copy full SHA for 8a55b28
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "datafrog"
3
-version = "0.1.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
@@ -0,0 +1,9 @@
+# 1.0.0
+
+- Added leapfrog triejoin (#11).
+- Have badges and repo links now!
+- Minor performance improvements (#13).
7
+# 0.1.0
8
9
+- Initial release.
0 commit comments