summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-03-30 19:38:16 +0100
committerSebastian Wiesner <sebastian@swsnr.de>2019-03-30 19:38:16 +0100
commit0bc0ac39fb391ccc25a6636084b88415fcbcbc2c (patch)
treef38e64da42b566dfc7cab48034beeb1d756a4b46
parent7f0e98a5e6f42a566b7fdc516e4d8bf8a39117ac (diff)
Release 0.13.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b13391..9d18336 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.13.0] – 2019-03-30
### Added
- Render task lists nicely (see [GH-72]).
- Render strike-through text (see [GH-71]). Some terminals do not support this
@@ -213,4 +215,5 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
[0.11.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.10.1...mdcat-0.11.0
[0.12.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.11.0...mdcat-0.12.0
[0.12.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.12.0...mdcat-0.12.1
-[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.12.1...HEAD
+[0.13.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.12.1...mdcat-0.13.0
+[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.13.0...HEAD
diff --git a/Cargo.lock b/Cargo.lock
index 3b78aea..941c51b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -487,7 +487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdcat"
-version = "0.12.2-pre"
+version = "0.13.0"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 3018f8f..152af32 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.12.2-pre"
+version = "0.13.0"
categories = ["command-line-utilities", "text-processing"]
license = "Apache-2.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]