chore(version): bump development version

This commit is contained in:
Aram Drevekenin 2021-05-07 14:45:13 +02:00
parent 61e8d09151
commit ad9576dd95
3 changed files with 4 additions and 2 deletions

View file

@ -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)

2
Cargo.lock generated
View file

@ -2254,7 +2254,7 @@ dependencies = [
[[package]]
name = "zellij"
version = "0.8.0"
version = "0.9.0"
dependencies = [
"ansi_term 0.12.1",
"async-std",

View file

@ -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"