Skip to content

Commit

Permalink
release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Oct 18, 2020
1 parent 47fd845 commit 9feed9a
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Changelog

.. towncrier release notes start

1.0.0 (2020-10-18)
------------------

### Features
* Adopt an implementation of the taskgroup API as `aiotools.taskgroup` from [EdgeDB](https://github.com/edgedb/edgedb-python/) ([#18](https://github.com/achimnol/aiotools/issues/18))
* Add `timer.VirtualClock` which provides a virtual clock that makes a block of asyncio codes using `asyncio.sleep()` to complete instantly and deterministically ([#19](https://github.com/achimnol/aiotools/issues/19))

### Miscellaneous
* Adopt towncrier for changelog management ([#15](https://github.com/achimnol/aiotools/issues/15))
* Migrate to GitHub Actions for CI ([#19](https://github.com/achimnol/aiotools/issues/19))

0.9.1 (2020-02-25)
------------------

Expand Down
1 change: 0 additions & 1 deletion changes/15.misc

This file was deleted.

1 change: 0 additions & 1 deletion changes/18.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/19.feature

This file was deleted.

1 change: 0 additions & 1 deletion changes/19.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.towncrier]
package = "aiotools"
filename = "CHANGELOG.md"
filename = "CHANGES.md"
directory = "changes/"
title_format = "{version} ({project_date})"
template = "changes/template.md"
Expand Down
2 changes: 1 addition & 1 deletion src/aiotools/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.2a1
1.0.0

0 comments on commit 9feed9a

Please sign in to comment.