Skip to content

Commit

Permalink
Updated CHANGELOG and version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Dec 8, 2021
1 parent 2bb2809 commit 3a65ab3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.18.0](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.18.0) - 2021-12-08
- Added django 4.0 compatibility.
- Added `cascade` option to `delete` method. #40
- Added documentation for bulk operations. #41 #42 #45
- Removed console verbose logging. #36
- Removed display fallback to str method due to recursion error.
- Fixed order field too small for big trees. #44
- Fixed tests auto-field warning.

## [0.17.1](https://github.com/fabiocaccamo/django-treenode/releases/tag/0.17.1) - 2021-12-07
- Replaced travis CI with GitHub workflow.
- Added python 3.10 support.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
Expand Down
2 changes: 1 addition & 1 deletion treenode/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.17.1'
__version__ = '0.18.0'

0 comments on commit 3a65ab3

Please sign in to comment.