[release] halfapi 0.6.27

This commit is contained in:
maxime 2024-05-28 02:27:54 +02:00
parent 42533bb782
commit a8c59c68f0
Signed by untrusted user who does not match committer: masq
GPG Key ID: A6BA8DA755BB4490
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# HalfAPI
## 0.6.27
Dependencies updates
- pyYAML v6.0.1
- starlette v0.37.2
Warning : the on_startup halfAPI argument is now removed, use the lifeSpan
argument of starlette instead.
## 0.6.26
- Adds the "base_url", "cookies" and "url" to the "halfapi" argument of route definitions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = '0.6.26'
__version__ = '0.6.27'
def version():
return f'HalfAPI version:{__version__}'