Skip to content

Commit f3885f4

Browse files
committed
chore(version): 0.0.5
1 parent bf7e582 commit f3885f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## [0.0.5](https://github.com/EKGF/rdfox-sys/compare/bf7e582afa79ba25733cb6d918f3e4c17aab89a2..0.0.5) - 2024-11-06
6+
#### Features
7+
- 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)
8+
9+
- - -
10+
511
## [0.0.4](https://github.com/EKGF/rdfox-sys/compare/5badfe5ced8c6900d387ea48ee4022502d461c39..0.0.4) - 2024-11-06
612
#### Features
713
- replaced 7.2 with 7.2a (7.2 no longer available for download from RDFox website) - ([ffc6a9e](https://github.com/EKGF/rdfox-sys/commit/ffc6a9e155cf8ac9394544cc14d72a23a71910a4)) - [@jgeluk](https://github.com/jgeluk)

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rdfox-sys"
33
description = "Low level bindings to the C api for RDFox, see rdfox-rs for the higher level Rust interface"
4-
version = "0.0.4"
4+
version = "0.0.5"
55
edition = "2021"
66
links = "RDFox-static"
77
authors = [

0 commit comments

Comments
 (0)