From 0deeb581ac6b91e1ffa8ee3a0ad007f609db0a9d Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Sun, 5 Nov 2017 15:24:08 +0100 Subject: [PATCH] version 0.13.2 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46f4b5e..d7201ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.13.2 -- 2017-02-05 + +- Fix buttons colors +- Drop image dependency + ## 0.13.1 -- 2017-02-03 - Bugfix: decorations were drawn even when disabled or fullscreen diff --git a/Cargo.toml b/Cargo.toml index 5245ec6..b71d075 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wayland-window" -version = "0.13.1" +version = "0.13.2" authors = ["Victor Berger "] repository = "https://github.com/Smithay/wayland-window" documentation = "https://smithay.github.io/wayland-window/wayland_window/"