From 1b9382f31eb8e9fe8c0d178dc6119ee1edea391f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:06:07 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf7ac3..9074692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.4](https://github.com/francisdb/vpin/compare/v0.15.3...v0.15.4) - 2024-08-16 + +### Other +- *(deps)* dependency updates that dependabot skipped ([#101](https://github.com/francisdb/vpin/pull/101)) +- *(deps)* update quick-xml requirement from 0.35.0 to 0.36.0 ([#100](https://github.com/francisdb/vpin/pull/100)) +- *(deps)* update quick-xml requirement from 0.34.0 to 0.35.0 ([#99](https://github.com/francisdb/vpin/pull/99)) +- *(deps)* update quick-xml requirement from 0.32.0 to 0.34.0 ([#97](https://github.com/francisdb/vpin/pull/97)) + ## [0.15.3](https://github.com/francisdb/vpin/compare/v0.15.2...v0.15.3) - 2024-06-19 ### Added diff --git a/Cargo.toml b/Cargo.toml index 5e8381e..e0185c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.15.3" +version = "0.15.4" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"