From b89ef8332780249f18132197de87e2dce667e4ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 12:01:52 +0200 Subject: [PATCH] chore: release 0.15.0 (#86) --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51a853e..d9559cf 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.15.0](https://github.com/francisdb/vpin/compare/v0.14.5...v0.15.0) - 2024-06-03 + +### Added +- more/open tonemapper values ([#85](https://github.com/francisdb/vpin/pull/85)) + ## [0.14.5](https://github.com/francisdb/vpin/compare/v0.14.4...v0.14.5) - 2024-05-28 ### Added diff --git a/Cargo.toml b/Cargo.toml index 36db271..4b6fa80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vpin" -version = "0.14.5" +version = "0.15.0" edition = "2021" description = "Rust library for the virtual pinball ecosystem" repository = "https://github.com/francisdb/vpin"