Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

[0.8.0] - 2024-10-31

Changed

  • Generate bindings against latest SFCGAL version 2.0.0.
  • Update bindgen version to 0.70.

[0.7.0] - 2024-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.

[0.5.0] - 2023-03-27

Changed

  • Update bindgen version to 0.64.
  • Generate bindings against latest SFCGAL version 1.4.1.
  • Switch from travis to github actions.

[0.4.0] - 2020-09-02

Changed

  • Update bindgen version to O.55 #3

[0.3.0] - 2020-07-07

Added

  • Allow to use environment variables to configure custom search path for header directories and library files #1

Changed

  • Update bindgen and cc dependency versions #2