diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b38190..e413117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Smithay Changelog -## version 0.3.0 (to be released) +## Unreleased + +## version 0.3.0 (2021-07-25) Large parts of Smithay were changed with numerous API changes. It is thus recommended to approach version 0.3 as if it was a new crate altogether compared to 0.2. diff --git a/Cargo.toml b/Cargo.toml index 08f37b2..054ba2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smithay" -version = "0.2.0" +version = "0.3.0" authors = ["Victor Berger ", "Drakulix (Victor Brekenfeld)"] license = "MIT" description = "Smithay is a library for writing wayland compositors."