Skip to content

Commit ef53c1e

Browse files
committed
Update CHANGELOG and version.
1 parent 9aae14e commit ef53c1e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.23.1](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.23.1) - 2025-04-30
8+
- Fix call to `update_tree` upon migration to zero causes `ProgrammingError`. #188 (by [@danilo-botelho](https://github.com/danilo-botelho) in #189)
9+
- Update linter settings.
10+
- Bump `pre-commit` hooks.
11+
712
## [0.23.0](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.23.0) - 2025-04-03
813
- Add `Django 5.2` support.
914
- Bump `pre-commit` hooks.

treenode/metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__email__ = "[email protected]"
55
__license__ = "MIT"
66
__title__ = "django-treenode"
7-
__version__ = "0.23.0"
7+
__version__ = "0.23.1"

0 commit comments

Comments
 (0)