From c548306b8c542985d9db85def9b9fa98fdf87ccf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 10:42:32 +0200 Subject: [PATCH] chore: release 0.14.4 (#80) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cec14f2..b36a03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.4](https://github.com/francisdb/vpin/compare/v0.14.3...v0.14.4) - 2024-05-10 + +### Added +- *(exported)* more redundant img fields removed ([#79](https://github.com/francisdb/vpin/pull/79)) + ## [0.14.3](https://github.com/francisdb/vpin/compare/v0.14.2...v0.14.3) - 2024-05-09 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index f6cca29..ed0bad9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.14.3" +version = "0.14.4" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"