File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.11.6] - 2022-10-27
6+
7+ ### Fixed
8+
9+ - Allow broader type for toml file path value ([ #243 ] ( https://github.com/sdispater/tomlkit/issues/243 ) )
10+ - Auto-determine if a table is a super table if not specified explicitly. ([ #245 ] ( https://github.com/sdispater/tomlkit/issues/245 ) )
11+
512## [ 0.11.5] - 2022-09-28
613
714### Fixed
322329- Fixed handling of super tables with different sections.
323330- Fixed raw strings escaping.
324331
325- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.11.5...master
332+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.11.6...master
333+ [ 0.11.6 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.6
326334[ 0.11.5 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.5
327335[ 0.11.4 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.4
328336[ 0.11.3 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.11.5 "
3+ version = " 0.11.6 "
44description = " Style preserving TOML library"
55authors = [
" Sébastien Eustace <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 2525from tomlkit .api import ws
2626
2727
28- __version__ = "0.11.5 "
28+ __version__ = "0.11.6 "
2929__all__ = [
3030 "aot" ,
3131 "array" ,
You can’t perform that action at this time.
0 commit comments