Skip to content

Tags: ZeroIntensity/pyawaitable

Tags

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for 2.0.1 release (#78)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
General: Prepare for 2.0.0 release (#70)

- Marks the version as "final" in the version markers and changelog.
- Updates the README a little bit.

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
CI: Roll back actions/upload-artifact to v3 (#62)

For whatever reason, v4 breaks the upload job now. See
actions/upload-artifact#478. I'm just going to
roll it back for the time being and retry the 1.4.0 release.

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump GitHub Actions Version

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `pyawaitable_set*` and `pyawaitable_get*` functions (#28)

Needed for [view.py](https://github.com/ZeroIntensity/view.py) to switch
to the PyPI copy instead of a vendor. `set` functions are generally used
for mutating state between calls, while `get` functions are there
because it's kind of weird to have `set` without `get`.

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Switch changelog "unreleased" to today. (#24)

Switch changelog unrelease to today.

v1.0.0

Toggle v1.0.0's commit message
Stable release

v1.0.0-rc2

Toggle v1.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #18 from ZeroIntensity/benchmark

Benchmark

v1.0.0-rc1

Toggle v1.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #17 from ZeroIntensity/code-cleanup

Release candidate 1

v1.0.0-beta

Toggle v1.0.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update mkdocs.yml