chore(version): boost development version to 0.7.0 and update changelog

This commit is contained in:
Aram Drevekenin 2021-04-29 16:50:48 +02:00
parent a7363d410f
commit 28af9f077d
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.6.0] - 2021-04-29
* Doesn't quit anymore on single `q` press while in tab mode (https://github.com/zellij-org/zellij/pull/342)
* Completions are not assets anymore, but commands `option --generate-completion [shell]` (https://github.com/zellij-org/zellij/pull/369)
* Fixes in the default configuration `default.yaml` file. Adds initial tmux-compat keybindings `tmux.yaml` (https://github.com/zellij-org/zellij/pull/362)

2
Cargo.lock generated
View File

@ -2184,7 +2184,7 @@ dependencies = [
[[package]]
name = "zellij"
version = "0.6.0"
version = "0.7.0"
dependencies = [
"ansi_term 0.12.1",
"async-std",

View File

@ -1,6 +1,6 @@
[package]
name = "zellij"
version = "0.6.0"
version = "0.7.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"