diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c56f7d0d..01d9913d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [0.5.0] - 2020-09-xx +## [0.5.0] - 2020-10-18 ### Added - Update to SFCGAL 1.3.8 and expose the following functions from the C API: * `sfcgal_geometry_covers`, `sfcgal_geometry_covers_3d`, `sfcgal_geometry_is_measured` and `sfcgal_geometry_line_sub_string` diff --git a/Cargo.toml b/Cargo.toml index 5b6817069..92fa0a678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sfcgal" -version = "0.4.0" +version = "0.5.0" authors = ["Matthieu Viry "] license = "MIT/Apache-2.0" edition = "2018"