File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.12.3] - 2023-11-15
6+
7+ ### Fixed
8+
9+ - Improve the performance when parsing a table with nested dotted keys. ([ #193 ] ( https://github.com/sdispater/tomlkit/issues/193 ) )
10+ - Keep the newlines when replacing a table. ([ #323 ] ( https://github.com/sdispater/tomlkit/issues/323 ) )
11+
512## [ 0.12.2] - 2023-11-02
613
714### Fixed
375382- Fixed raw strings escaping.
376383
377384[ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.12.2...master
385+ [ 0.12.3 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.3
378386[ 0.12.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.2
379387[ 0.12.1 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.1
380388[ 0.12.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.12.2 "
3+ version = " 0.12.3 "
44description = " Style preserving TOML library"
55authors = [
66 " Sébastien Eustace <[email protected] >" ,
Original file line number Diff line number Diff line change 2727from tomlkit .api import ws
2828
2929
30- __version__ = "0.12.2 "
30+ __version__ = "0.12.3 "
3131__all__ = [
3232 "aot" ,
3333 "array" ,
You can’t perform that action at this time.
0 commit comments