Skip to content

0.2.0

Choose a tag to compare

@nathanjmcdougall nathanjmcdougall released this 15 May 03:16
· 24 commits to main since this release
Immutable release. Only release title and notes can be modified.
962573d

Features

  • Non-finite floats (NaN, Inf, -Inf) now round-trip. Previously, reading a YAML .nan/.inf/-.inf value and writing it back raised ValueError.

Packaging

  • Added License :: OSI Approved :: MIT License trove 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.