serde-norway

Strongly typed YAML library for Rust

APACHE-2.0 License

Stars
12
serde-norway - v0.9.38 Latest Release

Published by cafkafk about 2 months ago

Changelog

[0.9.38] - 2024-09-07

Bug Fixes

  • Rust nightly makes void matching error

Documentation

  • Remove deprecation notice, html_root_url

Miscellaneous Tasks

  • Bump Cargo.toml to v0.9.38

Build

  • Anyhow v1.0.86 -> v1.0.87
  • Serde, serde_derive v1.0.204 -> v1.0.210
  • Indexmap v2.2.6 -> v2.5.0
serde-norway - v0.9.37

Published by cafkafk 3 months ago

Changelog

[0.9.37] - 2024-07-16

Bug Fixes

  • Update outdated dependencies

Documentation

  • Norway README.md
  • Add norwegian flag to docs

Miscellaneous Tasks

  • Bump 0.9.36 -> 0.9.37
serde-norway - v0.9.36 (Moving to Norway)

Published by cafkafk 4 months ago

We needed a name that wasn't occupied on crates.io

Changelog

[unreleased]

Documentation

  • Norway README.md

Build

  • Change crate name, git cliff
  • Total refactor to serde_norway
serde-norway -

Published by cafkafk 4 months ago

So, serde-yaml was deprecated https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34

I like serde-yaml, I need serde-yaml. I wrote to dtolnay about taking over maintainership, but I didn't get a reply. Which is good, because then I don't have to commit to maintaining this as seriously... for now.

Right now, this is just a project in maintenance mode.

Changelog

Documentation

  • Get README example to not panic
  • Unused line removed from README example
  • Give Value::as_mapping_mut example room to breath
  • Change funding, mention level of commitment to fork

Miscellaneous Tasks

  • Update version-sync to 0.8

Refactor

  • Remove legacy numeric constants for Number
  • Needless borrow for generic args
  • Needless borrow for generic args

Build

  • Nix flake, cargo deny

Ci

  • Create dependabot.yml
  • Add audit and conventional-commits workflow