From 0437ad9c0a5f4239e796f8ec4f72ed3cbba03a73 Mon Sep 17 00:00:00 2001 From: Alice I Cecile Date: Mon, 26 Jan 2026 22:46:09 -0800 Subject: [PATCH] Release a temporary dev version to avoid duplicate glam versions on bevy main --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 808d191..b1cca64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# v4.0.0-dev * Remove glam dependency # v3.0.0 diff --git a/Cargo.toml b/Cargo.toml index 62397c5..a47ec73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dlss_wgpu" -version = "3.0.0" +version = "4.0.0-dev" edition = "2024" categories = ["graphics", "rendering"] description = "Adds support for using DLSS with wgpu"