Skip to content

Commit

Permalink
Prepare for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Apr 16, 2024
1 parent bfb50e2 commit 68e18f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.7.0] - 2023-04-16
### Changed
- Generate bindings against latest SFCGAL version `1.5.0`.
- Update `bindgen` version to `0.69`.

## [0.6.0] - 2023-03-27
### Changed
- Generate bindings with `size_t_is_usize` option.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sfcgal-sys"
version = "0.6.0"
authors = ["Matthieu Viry <matthieu.viry@univ-grenoble-alpes.fr>"]
version = "0.7.0"
authors = ["Matthieu Viry <matthieu.viry@cnrs.fr>"]
license = "MIT/Apache-2.0"
edition = "2021"
build = "build.rs"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
[![Build](https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml/badge.svg)](https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml)
[![Crates.io](https://img.shields.io/crates/v/sfcgal-sys.svg)](https://crates.io/crates/sfcgal-sys)

Rust low-level FFI bindings to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) C API.
Rust low-level FFI bindings to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) 1.5.x C API.
Don't use this crate directly, prefer it's higher-level wrapper : [sfcgal-rs](https://github.com/mthh/sfcgal-rs).


## Internals

This crate contains a few lines of C code (compiled as a static library with `cc` crate) wrapping SFCGAL C API in order to replace the error and warning handlers (which use `printf` by default).
Expand Down

0 comments on commit 68e18f2

Please sign in to comment.