Skip to content

Commit

Permalink
Prepare for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Nov 14, 2024
1 parent 7c6162a commit 200fd59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [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.

## [0.7.0] - 2024-04-16
### Added
- Update to SFCGAL 1.5.0 and expose the new following functions from the C API:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sfcgal"
version = "0.7.0"
version = "0.8.0"
authors = ["Matthieu Viry <[email protected]>"]
license = "MIT/Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
[![Documentationg](https://img.shields.io/badge/documentation-0.7.0-green)](https://mthh.github.io/sfcgal-rs/sfcgal/)
[![Documentation](https://img.shields.io/badge/documentation-0.8.0-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.
Expand Down

0 comments on commit 200fd59

Please sign in to comment.