summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-07 14:45:13 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-07 14:45:13 +0200
commitad9576dd95ad943c43d6103772f913df67491f4f (patch)
treeb481d0c9854df0294728a99df1bd2618bd7b03b2
parent61e8d0915163e1c28fe688fa920058ded2745ade (diff)
chore(version): bump development version
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91d2a4d4d..da403217a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,8 @@ 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/)
## [Unreleased]
+
+## [0.8.0] - 2021-05-07
* Terminal compatibility: pass vttest 8 (https://github.com/zellij-org/zellij/pull/461)
* Add a Manpage (https://github.com/zellij-org/zellij/pull/455)
* Code infrastructure changes to support the upcoming session detach (https://github.com/zellij-org/zellij/pull/223)
diff --git a/Cargo.lock b/Cargo.lock
index b1fbaf3e9..f499d1b8b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2254,7 +2254,7 @@ dependencies = [
[[package]]
name = "zellij"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"ansi_term 0.12.1",
"async-std",
diff --git a/Cargo.toml b/Cargo.toml
index f59b1e8b3..df9b199d4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.8.0"
+version = "0.9.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"