From 7a5401e628be5fd7748800c09dee68ef4834d44d Mon Sep 17 00:00:00 2001 From: Jacobus Geluk Date: Fri, 26 Jan 2024 11:40:02 +0000 Subject: [PATCH] chore(version): 0.1.12 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b490450..d530593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [0.1.12](https://github.com/EKGF/rdfox-rs/compare/0.1.11..0.1.12) - 2024-01-26 +#### Features +- upgraded to RDFOx 7.0 (still supporting 6.3b as well) - ([9b6fdd2](https://github.com/EKGF/rdfox-rs/commit/9b6fdd2dd881a886fd2dd0f14ed7b0d42bfed421)) - [@jgeluk](https://github.com/jgeluk) + +- - - + ## [0.1.11](https://github.com/EKGF/rdfox-rs/compare/0.1.10..0.1.11) - 2024-01-23 - - - diff --git a/Cargo.toml b/Cargo.toml index c557944..58390c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rdfox-rs" description = "RDFox for Rust, a high-performance in-memory ACID-transactional semantic graph database" -version = "0.1.11" +version = "0.1.12" edition = "2021" links = "RDFox-static" authors = [