From 113ac6605d68af5567da9c59e195970e799c95b6 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 26 Jul 2020 18:25:43 +0100 Subject: [PATCH] version bump --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5b08c8c..c8ea741f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.2.0] - 2020-07-26 + +### Fixed + +- Fixed missing new lines https://github.com/willmcgugan/rich/issues/178 + ## [4.1.0] - 2020-07-26 ### Changed diff --git a/pyproject.toml b/pyproject.toml index e62ecef5..51055de4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/willmcgugan/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "4.1.0" +version = "4.2.0" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT"