-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reformat HISTORY to CHANGES for deploy script. (#393)
- Loading branch information
1 parent
27c445a
commit 6ac607f
Showing
3 changed files
with
41 additions
and
191 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 |
---|---|---|
|
@@ -133,7 +133,7 @@ jobs: | |
- name: Make Release | ||
uses: aio-libs/[email protected] | ||
with: | ||
changes_file: HISTORY.rst | ||
changes_file: CHANGES.txt | ||
name: aiohttp-devtools | ||
version_file: aiohttp_devtools/__init__.py | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
.. towncrier release notes start | ||
|
||
1.0 (2021-12-31) | ||
================ | ||
|
||
* Add support for passing arguments to the application, like ``adev runserver [adev-args] project -- [project-args]`` | ||
* Remove ``start`` command (take a look at create-aio-app for an alternative). | ||
* Remove debugtoolbar integration (it must be installed manually now). | ||
* Fix an error when reloading a file not in the static path. | ||
* Fix app cleanup not running is some situations. | ||
* Fix static URLs in subapps. | ||
* Fix support for aiohttp 3.8+. | ||
|
||
0.13.1 (2019-06-19) | ||
=================== | ||
|
||
* re-enable support for alternative loops, #238 | ||
|
||
0.13.0 (2019-05-21) | ||
=================== | ||
|
||
* greatly simplify the ``start`` command, #233 | ||
* disable coloured output on windows, #234 | ||
* fix ``adev serve ...``, #235 | ||
|
||
0.12.0 (2019-02-20) | ||
=================== | ||
|
||
* fix tests for python 3.7, #218 | ||
* fix tests for aiohttp >= 3.5, #223 | ||
* rebuild logging with coloured tracebacks and request & response details, #221 | ||
|
||
0.11.0 (2018-12-07) | ||
=================== | ||
|
||
* use ``--root`` as base directory for watching if it's set, #209 | ||
* add ``MutableValue`` to avoid aiohttp warnings, #215 | ||
* improved logging including request time, #217 | ||
* remove ``aiohttp_debugtoolbar`` as a requirement, improve CI, #216 | ||
* uprev dependencies |
This file was deleted.
Oops, something went wrong.