Skip to content

Commit

Permalink
Winit version 0.29.1-beta
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kchibisov committed Aug 16, 2023
1 parent 00b5de0 commit 7f1aaa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.29.0-beta.1"
version = "0.29.1-beta"
authors = ["The winit contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform window creation library."
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```toml
[dependencies]
winit = "0.29.0-beta.1"
winit = "0.29.1-beta"
```

## [Documentation](https://docs.rs/winit)
Expand Down

0 comments on commit 7f1aaa6

Please sign in to comment.