Skip to content

Commit 68e18f2

Browse files
committed
Prepare for 0.7.0 release
1 parent bfb50e2 commit 68e18f2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.7.0] - 2023-04-16
5+
### Changed
6+
- Generate bindings against latest SFCGAL version `1.5.0`.
7+
- Update `bindgen` version to `0.69`.
8+
49
## [0.6.0] - 2023-03-27
510
### Changed
611
- Generate bindings with `size_t_is_usize` option.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sfcgal-sys"
3-
version = "0.6.0"
4-
authors = ["Matthieu Viry <matthieu.viry@univ-grenoble-alpes.fr>"]
3+
version = "0.7.0"
4+
authors = ["Matthieu Viry <matthieu.viry@cnrs.fr>"]
55
license = "MIT/Apache-2.0"
66
edition = "2021"
77
build = "build.rs"

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
[![Build](https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml/badge.svg)](https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml)
44
[![Crates.io](https://img.shields.io/crates/v/sfcgal-sys.svg)](https://crates.io/crates/sfcgal-sys)
55

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

9-
109
## Internals
1110

1211
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).

0 commit comments

Comments
 (0)