Skip to content

Commit 03c2216

Browse files
authored
Merge pull request #477 from winged/bump_version
chore: version bump
2 parents 538b4df + b7584e9 commit 03c2216

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v2.1.0
2+
3+
## Feature
4+
5+
* feat(models): (re)introduce some convenience methods for working with scope trees
6+
7+
The Django-MPTT module provided some useful methods that are not available anymore
8+
with django-tree-queries. Luckily, it's relatively easy to provide workarounds.
9+
10+
Note that they might not have the same performance/efficiency as the
11+
MPTT variants, and could possibly be built in a better way. However,
12+
let's keep it to the motto "first make it right, then fast, then
13+
pretty" ([`e2f38f1`](https://github.com/projectcaluma/emeis/commit/e2f38f13f8a69e5e4ac74611e0ceed50e5d81f50))
14+
15+
116
# v2.0.0
217

318
## Refactor (Breaking change!)

emeis/emeis_metadata.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__title__ = "emeis"
44
__description__ = "user management"
5-
__version__ = "2.0.0"
5+
__version__ = "2.1.0"

0 commit comments

Comments
 (0)