Skip to content

Commit f1b2fbe

Browse files
committed
build(version): bump to 0.20.0
Making the YAML serializer emit `null` again instead of blank scalars may be considered a fix. (It was an oversight I let it change.) However, this is too significant to only bump the patch version.
1 parent 74c9a61 commit f1b2fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "remarshal"
7-
version = "0.19.1"
7+
version = "0.20.0"
88
description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML"
99
authors = ["D. Bohdan <dbohdan@dbohdan.com>"]
1010
license = "MIT"

0 commit comments

Comments
 (0)