0.2.0
·
24 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Features
- Non-finite floats (NaN, Inf, -Inf) now round-trip. Previously, reading a YAML
.nan/.inf/-.infvalue and writing it back raisedValueError.
Packaging
- Added
License :: OSI Approved :: MIT Licensetrove classifier to pyproject.toml.
Documentation
- Line-ending normalization (LF on output regardless of input) moved from "Limitations" to "Design Decisions" in the README.
Internal
- Added cargo-deny license compliance checking.
- Extended cargo-deny to also check security advisories against the RustSec database.