Skip to content

Commit

Permalink
Merge pull request #269 from winged/version_bump_040
Browse files Browse the repository at this point in the history
chore: version bump: 0.4.0
  • Loading branch information
David Vogt authored Aug 31, 2021
2 parents 477c525 + db0a2c3 commit da4c8e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
## unreleased
## v0.4.0 (31 August 2021)

### Feature

* new `create_scope` command (TODO: proper commit link)
* Expose full scope name on api ([`3465b97`](https://github.com/projectcaluma/emeis/commit/3465b97862e1b56a7ebfe6f4e2aeb273025141b7))
* new `create_scope` command ([`93fa60`](https://github.com/projectcaluma/emeis/commit/93fa6058b885c5215e3264564eae66c5250406d6))
Note: The settings `ADMIN_USERNAME`, `ADMIN_ROLE_SLUG`, and `ADMIN_SCOPE_NAME`
have been removed. Use `manage.py createsuperuser` and `manage.py create_scope`
instead.


## v0.3.0 (27 August 2021)

### Feature
* **permissions:** Introduce django generic api permissions ([`ff5aa2f`](https://github.com/winged/emeis/commit/ff5aa2f5f016d2236f669a0b8f3ea72ac5e67e72))
* **auth:** Introduce user factory setting and oidc user object ([`0716162`](https://github.com/winged/emeis/commit/0716162bf8963d7e167a8935e1f0dd3aff79a91d))
* Add filters on User endpoint ([`95b15d2`](https://github.com/winged/emeis/commit/95b15d2172a2b7a7bb3d189e6399f4ac97bc576a))
* **scopes:** Expose level on api ([`ddc36ee`](https://github.com/winged/emeis/commit/ddc36ee9682bb89f1f1f4697cd36e75215cb1a87))
* **permissions:** Introduce django generic api permissions ([`ff5aa2f`](https://github.com/projectcaluma/emeis/commit/ff5aa2f5f016d2236f669a0b8f3ea72ac5e67e72))
* **auth:** Introduce user factory setting and oidc user object ([`0716162`](https://github.com/projectcaluma/emeis/commit/0716162bf8963d7e167a8935e1f0dd3aff79a91d))
* Add filters on User endpoint ([`95b15d2`](https://github.com/projectcaluma/emeis/commit/95b15d2172a2b7a7bb3d189e6399f4ac97bc576a))
* **scopes:** Expose level on api ([`ddc36ee`](https://github.com/projectcaluma/emeis/commit/ddc36ee9682bb89f1f1f4697cd36e75215cb1a87))


## v0.2.2 (26 July 2021)
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__ = "0.3.0"
__version__ = "0.4.0"

0 comments on commit da4c8e6

Please sign in to comment.