From 5945a4328afffabc9c60d1de6b74fcce9a67aad5 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 29 Jan 2022 17:38:33 +0100 Subject: [PATCH] Releases v0.3.0-beta.2 --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ca327c..94b909d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## [0.3.0-beta1] - 2022-01-29 +## [0.3.0-beta.2] - 2022-01-29 + +### Changed +- Fixes release on crates.io of the RocksDB bindings. + +## [0.3.0-beta.1] - 2022-01-29 ### Added - [RDF-star](https://w3c.github.io/rdf-star/cg-spec) support. `Triple` is now a possible `Term`. Serialization formats and SPARQL support have been updated to match the [latest version of the specification draft](https://w3c.github.io/rdf-star/cg-spec/2021-07-01.html).