From 76aa9c9907e85c099d06ece34821affd5b0ac631 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:14:05 +0200 Subject: [PATCH] chore: release 0.14.0 (#71) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ebf62d..7d3ba9f 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.0](https://github.com/francisdb/vpin/compare/v0.13.0...v0.14.0) - 2024-05-08 + +### Fixed +- *(vpx)* bmp image export/import ([#69](https://github.com/francisdb/vpin/pull/69)) + ## [0.13.0](https://github.com/francisdb/vpin/compare/v0.12.0...v0.13.0) - 2024-04-24 ### Added diff --git a/Cargo.toml b/Cargo.toml index fa50049..fdd644a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.13.0" +version = "0.14.0" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"