Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Sep 7, 2024
1 parent 6934274 commit dc4e1c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ title: Changelog

`pcg_skel` aims to follow semantic versioning, such that major versions are potentially backward-incompatible, minor versions add new features, and patch versions are bug fixes. This changelog is a summary of the changes in each version.

## [1.0.7]

### Fixes

* Fixed errors arising from in mesh-to-skel-map for single vertex root ids.


## [1.0.6]

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pcg_skel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import utils
from . import chunk_tools

__version__ = "1.0.6"
__version__ = "1.0.7"

0 comments on commit dc4e1c6

Please sign in to comment.