Skip to content

Commit

Permalink
Update CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 20, 2024
1 parent d11a30b commit c0aa5a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.22.1](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.1) - 2023-09-20
- Increase `tn_priority` max value to `9999999999` to allow nodes sorting by timestamp. (by [@simensol](https://github.com/simensol) in #166)
- Bump test requirements.
- Bump `pre-commit` hooks.

## [0.22.0](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.22.0) - 2023-01-31
- Ensure cache has been updated, otherwise log a warning.
- Fix tree methods not working if cache is not configured correctly.
Expand Down
2 changes: 1 addition & 1 deletion treenode/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
__email__ = "fabio.caccamo@gmail.com"
__license__ = "MIT"
__title__ = "django-treenode"
__version__ = "0.22.0"
__version__ = "0.22.1"

0 comments on commit c0aa5a7

Please sign in to comment.