From 72fef29a6e867a530e242b883aa0ebda841172ef Mon Sep 17 00:00:00 2001 From: Jacobus Geluk Date: Wed, 6 Nov 2024 03:41:15 +0000 Subject: [PATCH] chore(version): 0.0.6 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce792ea..ca0b714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## [0.0.6](https://github.com/EKGF/rdfox-sys/compare/516968400f9d2e980cfd8223485d5cbd0ab3ef84..0.0.6) - 2024-11-06 + +- - - + ## [0.0.5](https://github.com/EKGF/rdfox-sys/compare/bf7e582afa79ba25733cb6d918f3e4c17aab89a2..0.0.5) - 2024-11-06 #### Features - replaced 7.2 with 7.2a (7.2 no longer available for download from RDFox website) - ([bf7e582](https://github.com/EKGF/rdfox-sys/commit/bf7e582afa79ba25733cb6d918f3e4c17aab89a2)) - [@jgeluk](https://github.com/jgeluk) diff --git a/Cargo.toml b/Cargo.toml index f6f94fe..4348ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rdfox-sys" description = "Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface" -version = "0.0.5" +version = "0.0.6" edition = "2021" links = "RDFox-static" authors = [