Skip to content

Releases: cafkafk/serde-norway

v0.9.42

21 Dec 04:28
v0.9.42
1d37c15
Compare
Choose a tag to compare

Changelog

Miscellaneous Tasks

  • Version v0.9.42

Styling

  • Format source

Build

  • Update flake 2024-12-21
  • Update cargo 2024-12-21
  • Unsafe-libyaml-norway v0.2.13 -> v0.2.15

Ci

  • Refactor/unify pipeline

v0.9.41

05 Dec 17:33
v0.9.41
d7e1cc4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.40...v0.9.41

v0.9.40 (I'm gonna maintain this

05 Dec 15:27
v0.9.40
Compare
Choose a tag to compare

General

I've decided that I am in fact gonna try to maintain this. Let's see how that goes :D

What's Changed

New Contributors

Full Changelog: v0.9.39...v0.9.40

v0.9.39

04 Nov 08:20
v0.9.39
aa2775b
Compare
Choose a tag to compare

Changelog

Documentation

  • Remove unintended deprecation notice

Miscellaneous Tasks

  • Release v0.9.39

Build

  • Anyhow 1.0.87 -> 1.0.88
  • Add .envrc for devShell
  • Anyhow 1.0.88 -> 1.0.89
  • 2024-10-04-cargo-bump
  • Include cargo-outdated in devShell
  • Bump Cargo.lock 2024-11-04

Ci

  • Use flake clippy from toolchain

v0.9.38

07 Sep 06:26
v0.9.38
06a3a32
Compare
Choose a tag to compare

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

v0.9.37

16 Jul 14:43
v0.9.37
7eb38d9
Compare
Choose a tag to compare

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

v0.9.36 (Moving to Norway)

11 Jun 04:19
v0.9.36
ebf988b
Compare
Choose a tag to compare

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

v0.9.35

11 Jun 03:49
v0.9.35
1dd3346
Compare
Choose a tag to compare

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