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"