Skip to content

Commit

Permalink
Reformat HISTORY to CHANGES for deploy script. (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Dec 31, 2021
1 parent 27c445a commit 6ac607f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 191 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
40 changes: 40 additions & 0 deletions CHANGES.txt
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
190 changes: 0 additions & 190 deletions HISTORY.rst

This file was deleted.

0 comments on commit 6ac607f

Please sign in to comment.