Skip to content

Commit

Permalink
version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Nov 12, 2024
1 parent 1abc923 commit b278a71
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.5.2] - 2024-11-11

### Fixed

- Fixed behavior of `statebuilder.helpers.make_neuron_neuroglancer_link` to actually render the state as it used to.

## [3.5.1] - 2024-11-10

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/nglui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from . import parser, segmentprops, statebuilder


__version__ = "3.5.1"
__version__ = "3.5.2"

0 comments on commit b278a71

Please sign in to comment.