Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.7.0 #104

Merged
merged 1 commit into from
Jul 31, 2020
Merged

Release 0.7.0 #104

merged 1 commit into from
Jul 31, 2020

Conversation

sdispater
Copy link
Member

Added

  • Added support for sorting keys when dumping raw dictionaries by passing sort_keys=True to dumps() (#103).

Changed

  • Keys are not longer sorted by default when dumping a raw dictionary but the original order will be preserved (#103).

Fixed

  • Fixed compliance with the 1.0.0rc1 TOML specification (#102).

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2020

Codecov Report

Merging #104 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #104   +/-   ##
=======================================
  Coverage   91.80%   91.80%           
=======================================
  Files          11       11           
  Lines        2391     2391           
=======================================
  Hits         2195     2195           
  Misses        196      196           
Impacted Files Coverage Δ
tomlkit/__init__.py 100.00% <100.00%> (ø)

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 c0d6f3f...1926311. Read the comment docs.

@sdispater sdispater merged commit 2c4dc76 into master Jul 31, 2020
@sdispater sdispater deleted the release-0.7.0 branch July 31, 2020 10:21
capuanob pushed a commit to capuanob/tomlkit that referenced this pull request Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants