Skip to content

Commit

Permalink
Release Alpha 4 (#1187)
Browse files Browse the repository at this point in the history
* Release Alpha 4. TODO CHANGELOG RELEASE DATE

* Add changelog date
  • Loading branch information
Osspial authored Oct 18, 2019
1 parent 28e3c35 commit 429bbfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.20.0 Alpha 4 (2019-10-18)

- Add web support via the 'stdweb' or 'web-sys' features
- On Windows, implemented function to get HINSTANCE
- On macOS, implement `run_return`.
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.20.0-alpha3"
version = "0.20.0-alpha4"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```toml
[dependencies]
winit = "0.20.0-alpha3"
winit = "0.20.0-alpha4"
```

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

0 comments on commit 429bbfa

Please sign in to comment.