File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.11.0] - 2022-05-24
6+
7+ ## Added
8+
9+ - Add ` unwrap ` methods that return tomlkit objects recursively converted to plain python objects. ([ #43 ] ( https://github.com/sdispater/tomlkit/issues/43 ) )
10+
511## [ 0.10.2] - 2022-04-24
612
713### Fixed
273279- Fixed handling of super tables with different sections.
274280- Fixed raw strings escaping.
275281
276- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.10.2...master
282+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.11.0...master
283+ [ 0.11.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.0
277284[ 0.10.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.10.2
278285[ 0.10.1 ] : https://github.com/sdispater/tomlkit/releases/tag/0.10.1
279286[ 0.10.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.10.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.10.2 "
3+ version = " 0.11.0 "
44description = " Style preserving TOML library"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 2525from .api import ws
2626
2727
28- __version__ = "0.10.2 "
28+ __version__ = "0.11.0 "
2929__all__ = [
3030 "aot" ,
3131 "array" ,
You can’t perform that action at this time.
0 commit comments