File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
+
7
12
## [ 0.22.2] ( https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.2 ) - 2025-02-05
8
13
- Fix when ` list_display_links = None ` there is no encapsulating ` <a> ` tag. (by [ @bernieke ] ( https://github.com/bernieke ) in #168 )
9
14
- Bump test requirements.
Original file line number Diff line number Diff line change 4
4
5
5
__license__ = "MIT"
6
6
__title__ = "django-treenode"
7
- __version__ = "0.22.2 "
7
+ __version__ = "0.23.0 "
You can’t perform that action at this time.
0 commit comments