File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ Unreleased]
3+ ## [ 0.11.8] - 2023-04-27
4+
5+ ### Fixed
6+
7+ - Remove the extra indentations added when parsing nested sub-tables. ([ #256 ] ( https://github.com/sdispater/tomlkit/issues/256 ) )
8+ - Ignore the CRLF immediately following a multiple basic string opening. ([ #262 ] ( https://github.com/sdispater/tomlkit/issues/262 ) )
9+ - Stringifying subtables and nested tables in arrays of tables. ([ #283 ] ( https://github.com/sdispater/tomlkit/issues/283 ) )
10+ - Messed table structure when building a table with dotted keys. ([ #284 ] ( https://github.com/sdispater/tomlkit/issues/284 ) )
411
512## [ 0.11.7] - 2023-03-27
613
339346- Fixed handling of super tables with different sections.
340347- Fixed raw strings escaping.
341348
342- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.11.7...master
349+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.11.8...master
350+ [ 0.11.8 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.8
343351[ 0.11.7 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.7
344352[ 0.11.6 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.6
345353[ 0.11.5 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.5
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.11.7 "
3+ version = " 0.11.8 "
44description = " Style preserving TOML library"
55authors = [
66 " Sébastien Eustace <[email protected] >" ,
Original file line number Diff line number Diff line change 2525from tomlkit .api import ws
2626
2727
28- __version__ = "0.11.7 "
28+ __version__ = "0.11.8 "
2929__all__ = [
3030 "aot" ,
3131 "array" ,
You can’t perform that action at this time.
0 commit comments