Skip to content

Commit 911cccd

Browse files
committed
chore: release 0.12.4
Signed-off-by: Frost Ming <[email protected]>
1 parent 712dba7 commit 911cccd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [0.12.4] - 2024-02-27
44

55
### Fixed
66

@@ -386,7 +386,8 @@
386386
- Fixed handling of super tables with different sections.
387387
- Fixed raw strings escaping.
388388

389-
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.2...master
389+
[unreleased]: https://github.com/sdispater/tomlkit/compare/0.12.4...master
390+
[0.12.4]: https://github.com/sdispater/tomlkit/releases/tag/0.12.4
390391
[0.12.3]: https://github.com/sdispater/tomlkit/releases/tag/0.12.3
391392
[0.12.2]: https://github.com/sdispater/tomlkit/releases/tag/0.12.2
392393
[0.12.1]: https://github.com/sdispater/tomlkit/releases/tag/0.12.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tomlkit"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
description = "Style preserving TOML library"
55
authors = [
66
"Sébastien Eustace <[email protected]>",

tomlkit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from tomlkit.api import ws
2828

2929

30-
__version__ = "0.12.3"
30+
__version__ = "0.12.4"
3131
__all__ = [
3232
"aot",
3333
"array",

0 commit comments

Comments
 (0)