Skip to content

Commit 540a04e

Browse files
committed
Prepare for 0.9.0 release
1 parent 9865067 commit 540a04e

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.9.0] - 2025-05-27
5+
### Changed
6+
- Update `build.rs` to default to platform-specific include paths [#4](https://github.com/mthh/sfcgal-sys/pull/4)
7+
48
## [0.8.0] - 2024-10-31
59
### Changed
610
- Generate bindings against latest SFCGAL version `2.0.0`.

‎Cargo.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sfcgal-sys"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Matthieu Viry <matthieu.viry@cnrs.fr>"]
55
license = "MIT/Apache-2.0"
66
edition = "2021"
@@ -16,4 +16,4 @@ categories = ["external-ffi-bindings"]
1616

1717
[build-dependencies]
1818
bindgen = "0.70"
19-
cc = "1.0"
19+
cc = "1.2"

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

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)
5-
[![Documentation](https://img.shields.io/badge/documentation-0.8.0-green)](https://mthh.github.io/sfcgal-sys/sfcgal_sys/)
5+
[![Documentation](https://img.shields.io/badge/documentation-0.9.0-green)](https://mthh.github.io/sfcgal-sys/sfcgal_sys/)
66

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

1010
> [!IMPORTANT]
11-
> Note that the required version of SFCGAL is currently 2.0.x (latest version - 2024-10-10).
11+
> Note that the required version of SFCGAL is currently 2.x.x.
1212
> If you want to use SFCCAL 1.5.x, you can use the 0.7.x version of this crate / of [sfcgal-rs](https://github.com/mthh/sfcgal-rs).
1313
1414
## Internals

0 commit comments

Comments
 (0)