Skip to content

Commit

Permalink
chore(version): 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jgeluk committed Feb 19, 2024
1 parent e97d995 commit 0a1bc7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3](https://github.com/EKGF/rdfox-sys/compare/0.0.2..0.0.3) - 2024-02-19
#### Refactoring
- removed ekg-namespace dependency that got injected by callers of the `database_call!()` macro - ([e97d995](https://github.com/EKGF/rdfox-sys/commit/e97d995f4af250d0fcdd9289c2639df6c4309030)) - [@jgeluk](https://github.com/jgeluk)

- - -

## [0.0.2](https://github.com/EKGF/rdfox-sys/compare/0.0.1..0.0.2) - 2024-02-06
#### Miscellaneous Chores
- squashed all history from rdfox-rs repo - ([ad12915](https://github.com/EKGF/rdfox-sys/commit/ad1291531761767a58f7f7e537646e2cc65513b0)) - [@jgeluk](https://github.com/jgeluk)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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.2"
version = "0.0.3"
edition = "2021"
links = "RDFox-static"
authors = [
Expand Down

0 comments on commit 0a1bc7e

Please sign in to comment.