diff --git a/CHANGELOG.md b/CHANGELOG.md index a2f0d357..75c8becc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.11.0] – 2018-10-25 ### Changed - Always print colours regardless of whether stdout if a tty or not. - Replace `--colour` option with a `--no-colour` flag to turn off styled output. diff --git a/Cargo.lock b/Cargo.lock index 66efbfaa..3538ea28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -441,7 +441,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mdcat" -version = "0.10.2-pre" +version = "0.11.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index be4d4180..e570bd19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/lunaryorn/mdcat" repository = "https://github.com/lunaryorn/mdcat" documentation = "https://docs.rs/mdcat" keywords = ["markdown", "less"] -version = "0.10.2-pre" +version = "0.11.0" categories = ["command-line-utilities", "text-processing"] license = "Apache-2.0" authors = ["Sebastian Wiesner "]