diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e056ef1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.23.1](https://github.com/francisdb/vpxtool/compare/v0.23.0...v0.23.1) - 2025-04-15 + +### Other + +- add missing cargo.toml fields required for release diff --git a/Cargo.lock b/Cargo.lock index 8d89466..348e941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2136,7 +2136,7 @@ dependencies = [ [[package]] name = "vpxtool" -version = "0.23.0" +version = "0.23.1" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 68dd7bf..fa9d927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vpxtool" edition = "2024" -version = "0.23.0" +version = "0.23.1" license = "MIT" description = "Terminal based frontend and utilities for Visual Pinball" repository = "https://github.com/francisdb/vpxtool"