Skip to content

Releases: python-poetry/tomlkit

0.13.2

14 Aug 08:19
e6e5d38
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.13.2

0.13.1

14 Aug 02:11
8c1671a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...0.13.1

0.13.0

10 Jul 09:25
4d06dff
Compare
Choose a tag to compare

What's Changed

  • fix: Test failures with Python 3.13.0a4: test_dates_behave_like_dates and test_times_behave_like_times by @frostming in #349
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #350
  • fix: Revert "fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted (#347)" by @frostming in #353
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #354
  • Update tests action by @waketzheng in #357
  • fix: tomlkit 0.12.5 : Encoder contract interferes with external TypeErrors raised in encoders by @frostming in #358
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #359
  • chore(deps-dev): bump certifi from 2024.2.2 to 2024.7.4 by @dependabot in #362
  • chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2 by @dependabot in #363
  • chore(deps-dev): bump requests from 2.31.0 to 2.32.2 by @dependabot in #364
  • chore(deps-dev): bump zipp from 3.15.0 to 3.19.1 by @dependabot in #365
  • fix: keep the nested out of order table by @frostming in #366

New Contributors

Full Changelog: 0.12.5...0.13.0

0.12.5

08 May 10:00
a96883b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.4...0.12.5

0.12.4

27 Feb 04:05
911cccd
Compare
Choose a tag to compare

What's Changed

  • indent exist check before accessing its property by @pinal005 in #328
  • chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #329
  • fix: |= does not work as expected on TOMLDocument by @frostming in #334
  • fix: -1 index error when setting dotted key by @frostming in #335

New Contributors

Full Changelog: 0.12.3...0.12.4

0.12.3

15 Nov 00:39
a678c2f
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #320
  • fix: Newline lost when updating a table by @frostming in #323
  • fix: Significant slowdown on nested tables depending on syntax by @frostming in #324

Full Changelog: 0.12.2...0.12.3

0.12.2

02 Nov 14:09
b83b7db
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.1...0.12.2

0.12.1

27 Jul 14:50
7ed7d3a
Compare
Choose a tag to compare

Full Changelog: 0.12.0...0.12.1

0.12.0

27 Jul 07:49
653a375
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.11.8...0.12.0

0.11.8

27 Apr 10:39
a63be71
Compare
Choose a tag to compare

Fixed

  • Remove the extra indentations added when parsing nested sub-tables. (#256)
  • Ignore the CRLF immediately following a multiple basic string opening. (#262)
  • Stringifying subtables and nested tables in arrays of tables. (#283)
  • Messed table structure when building a table with dotted keys. (#284)