diff --git a/CHANGELOG.md b/CHANGELOG.md index 606d4db..7505f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## version 0.2.0 (2019-01-03) + ### General - **[Breaking]** Upgrade to wayland-rs 0.21 diff --git a/Cargo.toml b/Cargo.toml index e8392ef..9891824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay" -version = "0.1.0" +version = "0.2.0" authors = ["Victor Berger ", "Drakulix (Victor Brekenfeld)"] license = "MIT" description = "Smithay is a library for writing wayland compositors." @@ -59,4 +59,4 @@ xwayland = [] [[example]] name = "raw_drm" -required-features = ["backend_drm_legacy"] \ No newline at end of file +required-features = ["backend_drm_legacy"]