Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Jan 29, 2021
1 parent fcd2069 commit 14cb14b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
### Short-term goals
- Implement export of surface normals via the CLI

## Version 0.5.1

- Lib: Fix bug in triangulation that at most 4 out 5 possible triangles were emitted. This may lead in non-closed meshes.

## Version 0.5.0

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.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion splashsurf_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "splashsurf_lib"
version = "0.5.0"
version = "0.5.1"
authors = ["Fabian Löschner <[email protected]>"]
license = "MIT"
description = "Library for surface reconstruction of SPH particle data"
Expand Down

0 comments on commit 14cb14b

Please sign in to comment.