From 08482ea19d0010f4571ebea257843b13969e9c63 Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Mon, 27 Mar 2023 12:17:15 +0200 Subject: [PATCH] Prepare for 0.5.0 release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"