2 All notable changes to this project will be documented in this file.
3 This project adheres to [Semantic Versioning](http://semver.org/).
8 - A provision script for the Vagrant environment.
9 - A Vagrant environment for testing on FreeBSD locally.
10 - The initial implementation of the `tutil::screen` module.
11 - The caching of Cargo dependencies on Travis CI.
12 - Continuous integration for macOS.
13 - An EditorConfig configuration file, in order to keep code style consistent.
16 - A Git checkout of [libc](https://github.com/rust-lang/libc) is now used until
17 the latest fixes for FreeBSD are released on crates.io.
18 - Replaced the Gitter room with a
19 [Matrix room](https://vector.im/beta/#/room/#tutil:matrix.org).
20 - Code coverage is now only uploaded for CI builds on stable Rust.
21 - The `doc_markdown` code lint has been disabled.
24 - The `unknown_lints` warning, which was triggered due to a missing
27 ## [0.1.1] - 2016-03-23
30 - Documentation link in `Cargo.toml` and README.
35 - `tutil::pastel` module for terminal colourisation and styling.
37 [0.1.1]: https://github.com/SShrike/tutil/compare/v0.1.0...v0.1.1
38 [Unreleased]: https://github.com/SShrike/tutil/compare/v0.1.1...master