summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2018-12-24 13:59:45 +0100
committerSebastian Wiesner <sebastian@swsnr.de>2018-12-24 13:59:45 +0100
commita6a0b94be62bcbf8cc2c2ba810412594d794ddb5 (patch)
tree2a3b0b01d7430f789bd9b040ebef03a37ac06b7a
parent910b1a006c07f86339b0b4d958b9d1684f267bfc (diff)
Release 0.12.1
-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 9328865..ec66ad6 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.12.1] – 2018-12-24
### Fixed
- Do not add newline after inline text with styles disabled (see [GH-49]).
@@ -202,4 +204,5 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
[0.10.1]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.10.0...mdcat-0.10.1
[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
-[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.12.0...HEAD
+[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
diff --git a/Cargo.lock b/Cargo.lock
index 34c1cd9..99dec37 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -470,7 +470,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "mdcat"
-version = "0.12.1-pre"
+version = "0.12.1"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"base64 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index 2a1cd51..741b84d 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.1-pre"
+version = "0.12.1"
categories = ["command-line-utilities", "text-processing"]
license = "Apache-2.0"
authors = ["Sebastian Wiesner <sebastian@swsnr.de>"]