File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed
Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.12.0] - 2023-07-27
4+
5+ ### Added
6+
7+ - Allow users to specify encoders for custom types. ([ #296 ] ( https://github.com/sdispater/tomlkit/issues/296 ) )
8+
9+ ### Fixed
10+
11+ - Fix the incorrect sort when building a table with dotted keys.
12+ - Complete the methods required for integer and float items. ([ #307 ] ( https://github.com/sdispater/tomlkit/issues/307 ) )
13+ - Replace the deprecated usage of ` datetime.utcnow() ` . ([ #308 ] ( https://github.com/sdispater/tomlkit/issues/308 ) )
14+ - Minor performance improvements when iterating over the escape sequences. ([ #304 ] ( https://github.com/sdispater/tomlkit/issues/304 ) )
15+
316## [ 0.11.8] - 2023-04-27
417
518### Fixed
346359- Fixed handling of super tables with different sections.
347360- Fixed raw strings escaping.
348361
349- [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.11.8...master
362+ [ unreleased ] : https://github.com/sdispater/tomlkit/compare/0.12.0...master
363+ [ 0.12.0 ] : https://github.com/sdispater/tomlkit/releases/tag/0.12.0
350364[ 0.11.8 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.8
351365[ 0.11.7 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.7
352366[ 0.11.6 ] : https://github.com/sdispater/tomlkit/releases/tag/0.11.6
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tomlkit"
3- version = " 0.11.8 "
3+ version = " 0.12.0 "
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.11.8 "
30+ __version__ = "0.12.0 "
3131__all__ = [
3232 "aot" ,
3333 "array" ,
You can’t perform that action at this time.
0 commit comments