Skip to content

Commit f0f98be

Browse files
committed
Update CHANGELOG and version.
1 parent d0e9439 commit f0f98be

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.0](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.23.0) - 2025-04-03
8+
- Add `Django 5.2` support.
9+
- Bump `pre-commit` hooks.
10+
- Bump requirements.
11+
712
## [0.22.2](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.2) - 2025-02-05
813
- Fix when `list_display_links = None` there is no encapsulating `<a>` tag. (by [@bernieke](https://github.com/bernieke) in #168)
914
- Bump test requirements.

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.22.2"
7+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)