mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
Bump version to 0.2, add changelog
This commit is contained in:
parent
7902bd54a8
commit
50cd2b1bc2
7
CHANGELOG.md
Normal file
7
CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Change Log
|
||||
|
||||
## v0.2 (2020-08-17)
|
||||
- development release for wgpu-0.6
|
||||
|
||||
## v0.1 (2020-02-26)
|
||||
- initial release
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "naga"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>"]
|
||||
edition = "2018"
|
||||
description = "Shader translation infrastructure"
|
||||
@ -32,4 +32,4 @@ deserialize = ["serde"]
|
||||
[dev-dependencies]
|
||||
env_logger = "0.6"
|
||||
ron = "0.5"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user