diff --git a/CHANGELOG.md b/CHANGELOG.md index f71d71619..bb91a95f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.8.1] - 2024-11-20 +### Changed +- Fixed the visibility of the `BufferType` enum. + ## [0.8.0] - 2024-11-14 ### Added - Update to SFCGAL 2.0.0 and wrap the various new functions from the C API [#7](https://github.com/mthh/sfcgal-rs/pull/7), thanks to @ThomasCartier. diff --git a/Cargo.toml b/Cargo.toml index accf5491c..79852c3b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sfcgal" -version = "0.8.0" +version = "0.8.1" authors = ["Matthieu Viry "] license = "MIT/Apache-2.0" edition = "2021" diff --git a/README.md b/README.md index fb8a86ce0..bee391b63 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build and run tests](https://github.com/mthh/sfcgal-rs/actions/workflows/test.yml/badge.svg)](https://github.com/mthh/sfcgal-rs/actions/workflows/test.yml) [![Crates.io](https://img.shields.io/crates/v/sfcgal.svg)](https://crates.io/crates/sfcgal) -[![Documentation](https://img.shields.io/badge/documentation-0.8.0-green)](https://mthh.github.io/sfcgal-rs/sfcgal/) +[![Documentation](https://img.shields.io/badge/documentation-0.8.1-green)](https://mthh.github.io/sfcgal-rs/sfcgal/) Rust bindings providing a high-level API to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) library and conversion to / from other geometry crates from Rust ecosystem.