python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Release v0.11.0 #72

Closed oremanj closed 4 years ago

oremanj commented 4 years ago

Includes a reasonable attempt to reconstruct the release history, since previous releases were not often very disciplined about updating that section of the documentation.

codecov[bot] commented 4 years ago

Codecov Report

Merging #72 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master      #72   +/-   ##
=======================================
  Coverage   78.33%   78.33%           
=======================================
  Files          11       11           
  Lines        1288     1288           
  Branches      180      180           
=======================================
  Hits         1009     1009           
  Misses        204      204           
  Partials       75       75
Impacted Files Coverage Δ
trio_asyncio/_version.py 100% <100%> (ø) :arrow_up: