jonhoo / rust-imap

IMAP client library for Rust
Apache License 2.0
477 stars 80 forks source link

Update changelog for v3 #199

Closed soywod closed 3 years ago

soywod commented 3 years ago

I added breaking changes I noticed while integrating the v3.0.0-alpha.3 in my tool: https://github.com/soywod/himalaya/commit/36d3cd63475ed63cd78c9328cc0fbed310b481f6. I also replaced the v3.0.0 - ??? with Unreleased, let me know if it's okey.


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #199 (c936c86) into master (c443a3a) will decrease coverage by 0.73%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
- Coverage   78.08%   77.35%   -0.74%     
==========================================
  Files          15       16       +1     
  Lines        1734     1753      +19     
==========================================
+ Hits         1354     1356       +2     
- Misses        380      397      +17     
Impacted Files Coverage Δ
src/error.rs 2.73% <0.00%> (-0.21%) :arrow_down:
src/types/deleted.rs 98.61% <0.00%> (ø)
src/extensions/idle.rs 0.00% <0.00%> (ø)
tests/imap_integration.rs 100.00% <0.00%> (ø)
src/client_builder.rs 27.27% <0.00%> (ø)
src/client.rs 85.55% <0.00%> (+0.60%) :arrow_up:

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 c443a3a...c936c86. Read the comment docs.