[release] 0.6.27
This commit is contained in:
parent
ff3a39c740
commit
54cc6c17c9
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## 0.6.27
|
## 0.6.27
|
||||||
|
|
||||||
|
### Breaking changes
|
||||||
|
|
||||||
- ACLs definition can now include a "public" parameter that defines if there should be an automatic creation of a route to check this acls
|
- ACLs definition can now include a "public" parameter that defines if there should be an automatic creation of a route to check this acls
|
||||||
- /halfapi/acls does not return the "result", it just returns if there is a public route to check the ACL on /halfapi/acls/acl_name
|
- /halfapi/acls does not return the "result", it just returns if there is a public route to check the ACL on /halfapi/acls/acl_name
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
__version__ = '0.6.27rc0'
|
__version__ = '0.6.27'
|
||||||
|
|
||||||
def version():
|
def version():
|
||||||
return f'HalfAPI version:{__version__}'
|
return f'HalfAPI version:{__version__}'
|
||||||
|
|
Loading…
Reference in New Issue