Skip to content

Commit 8f1f2f6

Browse files
committed
Bump version, add changelog
1 parent be12020 commit 8f1f2f6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Version 0.2.0
2+
3+
- Added support for reading PLY files (https://github.com/w1th0utnam3/splashsurf/pull/1)
4+
5+
## Version 0.1.0
6+
7+
- Initial release

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

splashsurf/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"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Fabian Löschner <loeschner@cs.rwth-aachen.de>"]
55
license = "MIT"
66
description = "Command-line tool for surface reconstruction of SPH particle data"

0 commit comments

Comments
 (0)