Skip to content

Commit 0de918d

Browse files
author
David Vogt
authored
Merge pull request #413 from winged/version_bump
chore: bump version to 1.1.0
2 parents a9d6bb5 + da8bf6b commit 0de918d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2+
### Feature
3+
* **scopes:** Denormalize full_name and use it for sorting ([`4921028`](https://github.com/projectcaluma/emeis/commit/49210282c2dca850f895cb6e2b394f9ed35171bc))
4+
* **visibilities:** Respect visibilities in includes & relationships ([`1ef2a88`](https://github.com/projectcaluma/emeis/commit/1ef2a881e7350935779e495d2edc6afaade4e75b))
5+
* Add advanced filters for ACL model ([`184c9a2`](https://github.com/projectcaluma/emeis/commit/184c9a26a29443e7036dc4f23f8589cc8e4cffd5))
6+
* Add "is_active" filter for user model ([`8efbdc0`](https://github.com/projectcaluma/emeis/commit/8efbdc0a6cb3d5d0b74fa92aa9e5801f9ab270e5))
7+
* Search by metainfo fields ([`be26f41`](https://github.com/projectcaluma/emeis/commit/be26f415c5f9813e66e297ebee8c7f71bb055e66))
8+
* Order by metainfo fields ([`17a9849`](https://github.com/projectcaluma/emeis/commit/17a98492cf0743727fcae6322641fd4fc839d070))
9+
* Add id__in filter for scopes ([`b7602a9`](https://github.com/projectcaluma/emeis/commit/b7602a9a82fc3a5972047137a866bc971cbf7ff8))
10+
* **models:** Add is_active property for scope ([`cf5f01f`](https://github.com/projectcaluma/emeis/commit/cf5f01fed61cf4adefbf05b37ff3e8f0b1ad129f))
11+
* **search:** Search for user's roles and scopes ([`5418e18`](https://github.com/projectcaluma/emeis/commit/5418e18756a855ada4c1c039bb9e72e75efc53f0))
12+
* **search:** Enable forcing models to be monolingual in search ([`1dc55fd`](https://github.com/projectcaluma/emeis/commit/1dc55fd83c534bb5949ccecadc1dbc04877d9c7f))
13+
14+
### Fix
15+
* **dev-env:** Start runserver with keep-meta-shutdown ([`749ee20`](https://github.com/projectcaluma/emeis/commit/749ee208df3475dffe885d186986cd389e6c96c9))
16+
* Remove subtree when removing scope ([`fc1e4ff`](https://github.com/projectcaluma/emeis/commit/fc1e4ff577d95d245375f8c16ca17a49f5dd39a7))
17+
* Rename translation in export ([`4b4a4c0`](https://github.com/projectcaluma/emeis/commit/4b4a4c066e0e30dadf56db84db7756c90d22f531))
18+
* Xlsx file on pypi, take 3 ([`5e9262b`](https://github.com/projectcaluma/emeis/commit/5e9262b5ccd9cbba61d2b8aeb9cab98ca4a439b2))
19+
20+
121
## v1.0.5 (15 February 2022)
222

323
### Fix

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__ = "1.0.5"
5+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)