From e866a27918be339bb5dba849c44fa3018a5ab7bf Mon Sep 17 00:00:00 2001 From: Victor Berger Date: Fri, 20 Apr 2018 10:53:44 +0200 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 4 +++- README.md | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 393efc0ec38..923a825d8e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log -## Unreleased +## 0.20.0 - Unreleased + +- **Breaking** Complete rework of the libraries, basically everything is changed. ## 0.14.1 - 2018-03-09 diff --git a/README.md b/README.md index 40b6cd7cc1e..4c02c647214 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![](http://meritbadge.herokuapp.com/wayland-client)](https://crates.io/crates/wayland-client) +[![crates.io](http://meritbadge.herokuapp.com/wayland-client)](https://crates.io/crates/wayland-client) [![Build Status](https://travis-ci.org/Smithay/wayland-rs.svg?branch=master)](https://travis-ci.org/Smithay/wayland-rs) -[![Coverage Status](https://coveralls.io/repos/github/Smithay/wayland-rs/badge.svg)](https://coveralls.io/github/Smithay/wayland-rs) +[![codecov](https://codecov.io/gh/Smithay/wayland-rs/branch/master/graph/badge.svg)](https://codecov.io/gh/Smithay/wayland-rs) # Wayland client @@ -32,4 +32,5 @@ The documentation for the releases can be found on [docs.rs](https://docs.rs/): ## Requirements -Requires at least rust 1.20 to be used (using bitflags 1.0 for associated constants). +Requires at least rust 1.20 to be used (using bitflags 1.0 for associated constants), and version 1.12 of the +wayland system libraries.