Skip to content

Commit

Permalink
Merge pull request #479 from winged/bump_v22
Browse files Browse the repository at this point in the history
chore: bump 2.2
  • Loading branch information
winged authored Jun 13, 2024
2 parents d6e6d88 + 1452dfc commit 7ee7f3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# v2.2.0

## Bugfix / Refactor


* refactor: drop django-tree-queries & implement array-based tree functions
This brings a massive performance improvement compared to 2.1.0
([`30ed6c43f293c5e45bbacbd735580142fa567e78 `](https://github.com/projectcaluma/emeis/commit/30ed6c43f293c5e45bbacbd735580142fa567e78 ))

# v2.1.0

## Feature
Expand Down
2 changes: 1 addition & 1 deletion emeis/emeis_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__title__ = "emeis"
__description__ = "user management"
__version__ = "2.1.0"
__version__ = "2.2.0"

0 comments on commit 7ee7f3e

Please sign in to comment.