diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a330b68 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,3 @@ +# Version 0.2.0 + +- **Breaking:** Bump `winit` to v0.29. (#8) diff --git a/Cargo.toml b/Cargo.toml index 350be78..503f90a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit-test" -version = "0.1.2" +version = "0.2.0" edition = "2021" authors = ["John Nunley "] description = "Run tests using the winit event loop"