Skip to content

Commit 14cb14b

Browse files
committed
Update changelog, bump version
1 parent fcd2069 commit 14cb14b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
### Short-term goals
44
- Implement export of surface normals via the CLI
55

6+
## Version 0.5.1
7+
8+
- Lib: Fix bug in triangulation that at most 4 out 5 possible triangles were emitted. This may lead in non-closed meshes.
9+
610
## Version 0.5.0
711

812
The biggest new feature is a domain decomposed approach for the surface reconstruction by performing a spatial decomposition of the particle set with an octree.

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "splashsurf_lib"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Fabian Löschner <loeschner@cs.rwth-aachen.de>"]
55
license = "MIT"
66
description = "Library for surface reconstruction of SPH particle data"

0 commit comments

Comments
 (0)