generated from br3ndonland/template-python
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog for version 0.62.0 (#95)
- Loading branch information
1 parent
2270900
commit a1cfb84
Showing
2 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,42 @@ | ||
# Changelog | ||
|
||
## 0.62.0 - 2023-12-30 | ||
|
||
### Changes | ||
|
||
**Update to Uvicorn 0.24.0** (65883a9, 0d5ec23) | ||
|
||
This release will update/upgrade to | ||
[Uvicorn 0.24.0](https://github.com/encode/uvicorn/releases). | ||
This is a minor release to align with Uvicorn versioning. | ||
|
||
Uvicorn 0.24.0 adds support for Python 3.12 and for setting the app | ||
instance with the environment variable `UVICORN_APP`. inboard already | ||
has an environment variable for this purpose, `APP_MODULE`. Either | ||
`APP_MODULE` or `UVICORN_APP` can be used to set the app module for | ||
inboard, with precedence given to `APP_MODULE` for backward | ||
compatibility. | ||
|
||
### Commits | ||
|
||
- Bump version from 0.61.0 to 0.62.0 (2270900) | ||
- Support `UVICORN_APP` (0d5ec23) | ||
- Update to Uvicorn 0.24.0 (65883a9) | ||
- Update changelog for version 0.61.0 (#94) (665eaca) | ||
|
||
Tagger: Brendon Smith <[email protected]> | ||
|
||
Date: 2023-12-30 22:54:49 -0500 | ||
|
||
```text | ||
-----BEGIN SSH SIGNATURE----- | ||
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE | ||
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 | ||
AAAAQIyrvP6/M9MJfPIZnj6b/mOjUqg8ccL62HkThr4Qc+mHrVU9MzUUXEjviQ79QWdgep | ||
sdduXo2l+rS6LRTlNiKAE= | ||
-----END SSH SIGNATURE----- | ||
``` | ||
|
||
## 0.61.0 - 2023-12-30 | ||
|
||
### Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,43 @@ | |
|
||
[View on GitHub](https://github.com/br3ndonland/inboard/blob/develop/CHANGELOG.md) | ||
|
||
## 0.62.0 - 2023-12-30 | ||
|
||
### Changes | ||
|
||
**Update to Uvicorn 0.24.0** (65883a9, 0d5ec23) | ||
|
||
This release will update/upgrade to | ||
[Uvicorn 0.24.0](https://github.com/encode/uvicorn/releases). | ||
This is a minor release to align with Uvicorn versioning. | ||
|
||
Uvicorn 0.24.0 adds support for Python 3.12 and for setting the app | ||
instance with the environment variable `UVICORN_APP`. inboard already | ||
has an environment variable for this purpose, `APP_MODULE`. Either | ||
`APP_MODULE` or `UVICORN_APP` can be used to set the app module for | ||
inboard, with precedence given to `APP_MODULE` for backward | ||
compatibility. | ||
|
||
### Commits | ||
|
||
- Bump version from 0.61.0 to 0.62.0 (2270900) | ||
- Support `UVICORN_APP` (0d5ec23) | ||
- Update to Uvicorn 0.24.0 (65883a9) | ||
- Update changelog for version 0.61.0 (#94) (665eaca) | ||
|
||
Tagger: Brendon Smith <[email protected]> | ||
|
||
Date: 2023-12-30 22:54:49 -0500 | ||
|
||
```text | ||
-----BEGIN SSH SIGNATURE----- | ||
U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgwLDNmire1DHY/g9GC1rGGr+mrE | ||
kJ3FC96XsyoFKzm6IAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 | ||
AAAAQIyrvP6/M9MJfPIZnj6b/mOjUqg8ccL62HkThr4Qc+mHrVU9MzUUXEjviQ79QWdgep | ||
sdduXo2l+rS6LRTlNiKAE= | ||
-----END SSH SIGNATURE----- | ||
``` | ||
|
||
## 0.61.0 - 2023-12-30 | ||
|
||
### Changes | ||
|