Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Release version 2.0.1 #1247

Merged
merged 1 commit into from Dec 21, 2021
Merged

Release version 2.0.1 #1247

merged 1 commit into from Dec 21, 2021

Conversation

Andrew-Chen-Wang
Copy link
Collaborator

@Andrew-Chen-Wang Andrew-Chen-Wang commented Dec 20, 2021

What do these changes do?

Are there changes in behavior for the user?

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES/ folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement.
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example:
      Fix issue with non-ascii contents in doctest text files.

View rendered CHANGELOG.md
View rendered README.md

@codecov
Copy link

codecov bot commented Dec 20, 2021

Codecov Report

Merging #1247 (074057e) into master (dbdd0ad) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1247      +/-   ##
==========================================
- Coverage   90.67%   90.63%   -0.04%     
==========================================
  Files          21       21              
  Lines        6875     6869       -6     
  Branches      794      793       -1     
==========================================
- Hits         6234     6226       -8     
- Misses        469      470       +1     
- Partials      172      173       +1     
Flag Coverage Δ
unit 90.55% <100.00%> (-0.04%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
aioredis/__init__.py 83.33% <100.00%> (ø)
aioredis/connection.py 77.15% <0.00%> (-0.24%) ⬇️
aioredis/client.py 82.47% <0.00%> (-0.09%) ⬇️
tests/conftest.py 92.41% <0.00%> (+0.16%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbdd0ad...074057e. Read the comment docs.

@Andrew-Chen-Wang Andrew-Chen-Wang merged commit 224f843 into master Dec 21, 2021
@Andrew-Chen-Wang Andrew-Chen-Wang deleted the new-version branch December 21, 2021 17:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants