Skip to content

Commit be7b63a

Browse files
authored
Merge pull request #25 from nikomatsakis/release-2.0.1
release v2.0.1
2 parents ac1b87e + 9cc6b5d commit be7b63a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "datafrog"
3-
version = "2.0.0"
3+
version = "2.0.1"
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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.1
2+
3+
- Work around a rustdoc ICE (#24)
4+
15
# 2.0.0
26

37
- Breaking changes:

0 commit comments

Comments
 (0)