From 5e5c90c8f6b85b5ba38c974ed8113beef0e916ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Sinan=20A=C4=9Facan?= Date: Wed, 12 May 2021 18:22:16 +0300 Subject: [PATCH] Bump version number, update README --- CHANGELOG.md | 5 ++++- crates/tiny/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e57ad531..becd6bfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -# Unreleased +# 2021/05/12: 0.9.0 + +Starting with this release, tarballs on GitHub are now built on Ubuntu 20.04 +(instead of 18.04). - Fixed highlighting tabs when `/ignore` is set. (#291) - `/statusline` removed. See 6abc671 commit message for the motivation. diff --git a/crates/tiny/Cargo.toml b/crates/tiny/Cargo.toml index 69f64b89..d8d7b8b8 100644 --- a/crates/tiny/Cargo.toml +++ b/crates/tiny/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny" -version = "0.8.0" +version = "0.9.0" authors = ["Ömer Sinan Ağacan "] repository = "https://github.com/osa1/tiny" readme = "README.md"