Skip to content

Commit

Permalink
changelog + script fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Jan 30, 2025
1 parent 3e337dd commit 4d39a33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project attempts to follow [Semantic Versioning](https://semver.org) and uses [Keep-a-Changelog formatting](https://keepachangelog.com/en/1.0.0/). But I make mistakes sometimes.

## [3.8.1] - 2025-01-30

### Fixed

- **StateBuilder** SegmentationLayerConfig with a color column will ignore `None` values for data.

## [3.8.0] - 2025-01-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ commit = true
message = "v{new_version}"
commit_args = ""
pre_commit_hooks = ['uv sync', 'git add uv.lock']
post_commit_hooks = [".bmv-post-commit.sh"]
post_commit_hooks = ["./.bmv-post-commit.sh"]

[[tool.bumpversion.files]]
filename = "src/nglui/__init__.py"
Expand Down

0 comments on commit 4d39a33

Please sign in to comment.