Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sdispater committed Apr 15, 2020
1 parent ed345df commit 13c5292
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 292 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log

## [0.5.11] - 2010-02-29
## [0.6.0] - 2020-04-15

### Added

- Added support for heterogeneous arrays ([#92](https://github.com/sdispater/tomlkit/pull/92)).


## [0.5.11] - 2020-02-29

### Fixed

Expand Down Expand Up @@ -183,7 +190,8 @@
- Fixed raw strings escaping.


[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.5.11...master
[Unreleased]: https://github.com/sdispater/tomlkit/compare/0.6.0...master
[0.6.0]: https://github.com/sdispater/tomlkit/releases/tag/0.6.0
[0.5.11]: https://github.com/sdispater/tomlkit/releases/tag/0.5.11
[0.5.10]: https://github.com/sdispater/tomlkit/releases/tag/0.5.10
[0.5.9]: https://github.com/sdispater/tomlkit/releases/tag/0.5.9
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# TOML Kit - Style-preserving TOML library for Python

TOML Kit is a **0.5.0-compliant** [TOML](https://github.com/toml-lang/toml) library.
TOML Kit is a **1.0.0rc1-compliant** [TOML](https://github.com/toml-lang/toml) library.

It includes a parser that preserves all comments, indentations, whitespace and internal element ordering,
and makes them accessible and editable via an intuitive API.
Expand Down
Loading

0 comments on commit 13c5292

Please sign in to comment.