File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3- ## [ unreleased ]
3+ ## [ 0.12.4 ] - 2024-05-08
44
55### Fixed
66
393393- Fixed handling of super tables with different sections.
394394- Fixed raw strings escaping.
395395
396- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.12.4...master
396+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.12.5...master
397+ [ 0.12.5 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.5
397398[ 0.12.4 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.4
398399[ 0.12.3 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.3
399400[ 0.12.2 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.2
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.12.4 "
3+ version = " 0.12.5 "
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.4 "
30+ __version__ = "0.12.5 "
3131__all__ = [
3232 "aot" ,
3333 "array" ,
You can’t perform that action at this time.
0 commit comments