From 87b9dc03463aa0c57f33fc5295b4b48ecd3e9b37 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 00:55:06 +0000 Subject: [PATCH] chore: release v0.5.1 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 838c16a..abba96c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## [0.5.1](https://github.com/MiniZinc/flatzinc-serde/compare/v0.5.0...v0.5.1) - 2026-06-08 + +### Other + +- update dependencies + ## [0.5.0](https://github.com/MiniZinc/flatzinc-serde/compare/v0.4.4...v0.5.0) - 2026-04-17 ### Added diff --git a/Cargo.lock b/Cargo.lock index cac86ce..51c0e7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -50,7 +50,7 @@ dependencies = [ [[package]] name = "flatzinc-serde" -version = "0.5.0" +version = "0.5.1" dependencies = [ "expect-test", "rangelist", diff --git a/Cargo.toml b/Cargo.toml index 39ea94c..daa2d11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatzinc-serde" -version = "0.5.0" +version = "0.5.1" description = "FlatZinc serialization and deserialization" authors = [ "Jip J. Dekker ",