Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorbgr authored and vberger committed Apr 20, 2018
1 parent 7e87e65 commit e866a27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.

0 comments on commit e866a27

Please sign in to comment.