From 7a2ed7b40f69b394236d5cb72f5588465e036952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A2ris=20DOUADY?= Date: Sun, 22 Dec 2024 17:51:19 +0100 Subject: [PATCH] release 0.4.1 --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 0c90f03..aa127a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## 0.4.1 (2024-12-22) + +* Truncate vertices and triangles when building meshlets + ## 0.4.0 (2024-10-25) * Upgraded meshoptimizer library to 0.22 (hash 4affad044571506a5724c9a6f15424f43e86f731) diff --git a/Cargo.toml b/Cargo.toml index 4a6d7c6..a3d1444 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "meshopt" -version = "0.4.0" +version = "0.4.1" authors = ["Graham Wihlidal "] description = "Rust ffi bindings and idiomatic wrapper for mesh optimizer" homepage = "https://github.com/gwihlidal/meshopt-rs" diff --git a/README.md b/README.md index 5a7318c..70af888 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -meshopt = "0.4.0" +meshopt = "0.4.1" ``` ## Example