Bump to 0.19.2

This commit is contained in:
Daniel Collin 2021-01-19 20:33:13 +01:00
parent ae5172b8a1
commit 3a649361ad
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
This project follows semantic versioning. This project follows semantic versioning.
### v0.19.2 (2021-01-18)
TODO:
### v0.19 (2020-09-22) ### v0.19 (2020-09-22)
- [fixed] Removed dummy logging - [fixed] Removed dummy logging

View file

@ -1,6 +1,6 @@
[package] [package]
name = "minifb" name = "minifb"
version = "0.19.1" version = "0.19.2"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
authors = ["Daniel Collin <daniel@collin.com>"] authors = ["Daniel Collin <daniel@collin.com>"]
description = "Cross-platform window setup with optional bitmap rendering" description = "Cross-platform window setup with optional bitmap rendering"

View file

@ -13,7 +13,7 @@ Usage
```toml ```toml
# Cargo.toml # Cargo.toml
[dependencies] [dependencies]
minifb = "0.19.1" minifb = "0.19.2"
``` ```
Example Example