version 0.2.0
This commit is contained in:
parent
d65506f1ee
commit
48264926e6
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## version 0.2.0 (2019-01-03)
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- **[Breaking]** Upgrade to wayland-rs 0.21
|
- **[Breaking]** Upgrade to wayland-rs 0.21
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "smithay"
|
name = "smithay"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
authors = ["Victor Berger <victor.berger@m4x.org>", "Drakulix (Victor Brekenfeld)"]
|
authors = ["Victor Berger <victor.berger@m4x.org>", "Drakulix (Victor Brekenfeld)"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Smithay is a library for writing wayland compositors."
|
description = "Smithay is a library for writing wayland compositors."
|
||||||
|
|
Loading…
Reference in New Issue