From 7f1aaa652d22f14482a6c3bf9f8c5c7eb8070e1f Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Wed, 16 Aug 2023 15:57:50 +0400 Subject: [PATCH] Winit version 0.29.1-beta Cargo automatically pulls pre-releases, so bump semver for each pre-release as well, since those can't be resolved automatically. We don't do betas for the patch bumps, so it should work just fine. --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c8c8f6f..f952a91e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased -# 0.29.0-beta.1 +# 0.29.1-beta - **Breaking:** Bump `ndk` version to `0.8.0-beta.0`, ndk-sys to `v0.5.0-beta.0`, `android-activity` to `0.5.0-beta.1`. - **Breaking:** Bump MSRV from `1.64` to `1.65`. diff --git a/Cargo.toml b/Cargo.toml index ea80e0a4a..43a8862ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.29.0-beta.1" +version = "0.29.1-beta" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index 6c5ad3ba9..632f8a78b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.29.0-beta.1" +winit = "0.29.1-beta" ``` ## [Documentation](https://docs.rs/winit)