diff --git a/CHANGELOG.md b/CHANGELOG.md index 888a681..bdbe3e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased +## [0.5.0] - 2023-03-27 ### Changed - Update `bindgen` version to `0.64`. - Generate bindings against latest SFCGAL version `1.4.1`. diff --git a/Cargo.toml b/Cargo.toml index 4371e46..171df71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sfcgal-sys" -version = "0.4.0" +version = "0.5.0" authors = ["Matthieu Viry "] license = "MIT/Apache-2.0" edition = "2021"