This release updates metadata and infrastructure. There are no user-visible changes.
0.15.0
Not secure
This version * Fixes conversion of YAML with boolean and null keys to JSON; * Updates the CBOR, TOML, and YAML library, upgrading support for TOML to 1.0.0 (no longer `-rc`); * Requires Python 3.8; * Removes some inert code that supported earlier versions of Python.
0.14.0
Not secure
* remarshal now works with the latest verson of TOML, 1.0.0-rc1. * Python 2.7 is no longer supported. Python 2.7-specific code has been removed. * Fixes have been made to YAML error handling.
0.13.0
This is a technical release that doesn't impact users. After a long period of using legacy tooling, remarshal has migrated to [Poetry](https://python-poetry.org/).
0.12.0
Not secure
* Support for the [CBOR](https://cbor.io/) format has been implemented. * The output file argument is correctly named.
0.11.2
Not secure
* Support for the [MessagePack](https://msgpack.org/) format has been implemented. * The flag `--preserve-key-order` now has a short form: `-p`. * The internals have been refactored to make added new formats easier. * More conversion errors are handled.