We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9d79f commit 3078e9bCopy full SHA for 3078e9b
CHANGELOG.md
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.17.5](https://github.com/francisdb/vpin/compare/v0.17.4...v0.17.5) - 2025-02-21
10
+
11
+### Other
12
13
+- rust edition 2024 (#130)
14
+- Revert "build: rust edition 2024"
15
+- rust edition 2024
16
+- *(deps)* update fake requirement from 3.0.1 to 4.0.0 (#128)
17
18
## [0.17.4](https://github.com/francisdb/vpin/compare/v0.17.3...v0.17.4) - 2025-02-12
19
20
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vpin"
3
-version = "0.17.4"
+version = "0.17.5"
4
edition = "2024"
5
description = "Rust library for the virtual pinball ecosystem"
repository = "https://github.com/francisdb/vpin"
0 commit comments