Skip to content

Commit

Permalink
build(version): bump to 0.20.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dbohdan committed Oct 13, 2024
1 parent 74c9a61 commit f1b2fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "remarshal"
version = "0.19.1"
version = "0.20.0"
description = "Convert between CBOR, JSON, MessagePack, TOML, and YAML"
authors = ["D. Bohdan <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f1b2fbe

Please sign in to comment.