Skip to content

Commit

Permalink
chore: Bumpversion 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tOgg1 committed Dec 30, 2020
1 parent 2256069 commit dbcf193
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@

# Changelog

## Version 0.0.7
* (docs): Add documentation
* Improve core
- Improve primary match-checking method `scope_matches`, it should now
correctly match substrings.
- Add `scope_grants_permission` method for singular permission matching.
- Fix some formatting
- Add tests
* (core): Update `expand_scopes`, change return pattern to Iterable
* (models): Rename HasScopedPermissionMixin → ScopedPermissionHolder
- Instances of the class are now referred to as "holders".
* (models): Add ScopedPermissionGroupModel model and add to ScopedPermissionHolder as m2m-field.
* (models): Add `add_or_create_permission` method on ScopedPermissionHolder.
* (graphql): Add context resolution to decorators.
* (dev): Add pytest-testmon as dev dependency for watchable tests.
* BREAKING (models): Deprecate `get_scopes` and `get_base_scopes`. Rename to `get_granting_scopes` and `get_required_scopes`.
* BREAKING: Rename file `graphql_util.py``util.py`


## Version 0.0.6
* (Graphql): Fix an issue with bad permission checks

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="django-scoped-permissions",
version="0.0.6",
version="0.0.7",
author="Tormod Haugland, Magnus Buvarp",
author_email="tormod.haugland@gmail.com, magnus.buvarp@gmail.com",
description="Scoped permission system for Django",
Expand Down

0 comments on commit dbcf193

Please sign in to comment.