From 28af9f077d6886925407ff537daac7412398c6e9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 29 Apr 2021 16:50:48 +0200 Subject: [PATCH] chore(version): boost development version to 0.7.0 and update changelog --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96a50fc5..b4284f1c 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.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) diff --git a/Cargo.lock b/Cargo.lock index 615cc385..c94f39ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2184,7 +2184,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.6.0" +version = "0.7.0" dependencies = [ "ansi_term 0.12.1", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 4aa44e47..fab4bb85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.6.0" +version = "0.7.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included"