Prepare 0.10.0 (#315)

This commit is contained in:
Jay Oster 2022-10-28 19:10:03 -05:00 committed by GitHub
parent 9f7896cd2f
commit 0a85025345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "pixels"
description = "A tiny library providing a GPU-powered pixel frame buffer."
version = "0.9.0"
version = "0.10.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2021"
rust-version = "1.59.0"

View file

@ -2,6 +2,7 @@
| `pixels` version | `rustc` version |
|------------------|-----------------|
| `0.11.0` | `1.61.0` |
| `0.10.0` | `1.61.0` |
| `0.9.0` | `1.57.0` |
| `0.8.0` | `1.52.0` |