Skip to content

Commit d26d586

Browse files
committed
Update CHANGELOG and version.
1 parent a4ba534 commit d26d586

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.22.2](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.2) - 2025-02-05
8+
- Fix when `list_display_links = None` there is no encapsulating `<a>` tag. (by [@bernieke](https://github.com/bernieke) in #168)
9+
- Bump test requirements.
10+
- Bump `pre-commit` hooks.
11+
712
## [0.22.1](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.1) - 2023-09-20
813
- Increase `tn_priority` max value to `9999999999` to allow nodes sorting by timestamp. (by [@simensol](https://github.com/simensol) in #166)
914
- Bump test requirements.

treenode/metadata.py

Lines changed: 1 addition & 1 deletion
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.1"
7+
__version__ = "0.22.2"

0 commit comments

Comments
 (0)