Skip to content

Commit

Permalink
Merge pull request #477 from winged/bump_version
Browse files Browse the repository at this point in the history
chore: version bump
  • Loading branch information
winged authored Jun 12, 2024
2 parents 538b4df + b7584e9 commit 03c2216
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v2.1.0

## Feature

* feat(models): (re)introduce some convenience methods for working with scope trees

The Django-MPTT module provided some useful methods that are not available anymore
with django-tree-queries. Luckily, it's relatively easy to provide workarounds.

Note that they might not have the same performance/efficiency as the
MPTT variants, and could possibly be built in a better way. However,
let's keep it to the motto "first make it right, then fast, then
pretty" ([`e2f38f1`](https://github.com/projectcaluma/emeis/commit/e2f38f13f8a69e5e4ac74611e0ceed50e5d81f50))


# v2.0.0

## Refactor (Breaking change!)
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.0.0"
__version__ = "2.1.0"

0 comments on commit 03c2216

Please sign in to comment.