Skip to content

Release v0.6.1

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 00:31
761aca6

fastyaml-rs v0.6.1

This release includes:

Rust Crates (crates.io)

  • fast-yaml-core 0.6.1
  • fast-yaml-linter 0.6.1
  • fast-yaml-parallel 0.6.1
  • fast-yaml-cli 0.6.1 (CLI tool fy)

CLI Tool

cargo install fast-yaml-cli
fy --help

Python Package (PyPI)

pip install fastyaml-rs==0.6.1

Supported platforms:

  • Linux: x86_64 (glibc/musl), aarch64 (glibc/musl)
  • macOS: x86_64, Apple Silicon (aarch64)
  • Windows: x64

Supported Python versions: 3.10, 3.11, 3.12, 3.13, 3.14

Node.js Package (npm)

npm install fastyaml-rs@0.6.1

Supported platforms:

  • Linux: x86_64 (glibc/musl), aarch64
  • macOS: x86_64, Apple Silicon (aarch64)
  • Windows: x64, ARM64

Supported Node.js versions: 20, 22

Changes

See CHANGELOG.md for detailed changes.

Checksums

Python wheel and Node.js binary checksums are available below.

What's Changed

  • chore(deps)(deps): bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0 by @dependabot[bot] in #205
  • chore(deps)(deps): bump the rust-minor-patch group with 3 updates by @dependabot[bot] in #207
  • chore(deps)(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #206
  • fix(cli): detect YAML comments in format and require --strip-comments by @bug-ops in #208
  • fix(core): resolve explicit YAML tags and merge keys by @bug-ops in #209
  • fix(nodejs): throw JS exceptions instead of returning Error objects by @bug-ops in #211
  • fix: per-rule severity override, null YAML parse, and JSON key coercion by @bug-ops in #214
  • fix(core): enforce !!int tag for float values and fix stale null test by @bug-ops in #215
  • fix(cli): write directly to stdout/stderr for special output paths by @bug-ops in #216
  • release: v0.6.1 by @bug-ops in #217

Full Changelog: v0.6.0...v0.6.1