From 97589c6a92cc614a522a50e06e47be3fab1db298 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Sat, 15 May 2021 13:50:35 +0200 Subject: [PATCH] chore(version): bump development version --- CHANGELOG.md | 5 +++++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- zellij-tile-utils/Cargo.toml | 2 +- zellij-tile/Cargo.toml | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a99a6f36..136e0642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.11.0] - 2021-05-15 + +This version is mostly an installation hotfix. + * Add `check` flag to `setup` subcommand, move `generate-completions` subcommand to `setup` flag (https://github.com/zellij-org/zellij/pull/503) * Change the asset installation from an opt-in to an opt-out (https://github.com/zellij-org/zellij/pull/512) diff --git a/Cargo.lock b/Cargo.lock index 39c1dad2..2aeaa926 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "zellij" -version = "0.11.0" +version = "0.12.0" dependencies = [ "ansi_term 0.12.1", "async-std", @@ -2290,7 +2290,7 @@ dependencies = [ [[package]] name = "zellij-tile" -version = "0.11.0" +version = "0.12.0" dependencies = [ "serde", "serde_json", @@ -2300,7 +2300,7 @@ dependencies = [ [[package]] name = "zellij-tile-utils" -version = "0.11.0" +version = "0.12.0" dependencies = [ "ansi_term 0.12.1", ] diff --git a/Cargo.toml b/Cargo.toml index 1acd2c11..978c0653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.11.0" +version = "0.12.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included" @@ -38,7 +38,7 @@ wasmer-wasi = "1.0.0" interprocess = "1.1.1" names = "0.11.0" colors-transform = "0.2.5" -zellij-tile = { path = "zellij-tile/", version = "0.11.0" } +zellij-tile = { path = "zellij-tile/", version = "0.12.0" } [dependencies.async-std] version = "1.3.0" diff --git a/zellij-tile-utils/Cargo.toml b/zellij-tile-utils/Cargo.toml index cee6df30..a69f53be 100644 --- a/zellij-tile-utils/Cargo.toml +++ b/zellij-tile-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-tile-utils" -version = "0.11.0" +version = "0.12.0" authors = ["denis "] edition = "2018" description = "A utility library for Zellij plugins" diff --git a/zellij-tile/Cargo.toml b/zellij-tile/Cargo.toml index 60d30021..4728ec1e 100644 --- a/zellij-tile/Cargo.toml +++ b/zellij-tile/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij-tile" -version = "0.11.0" +version = "0.12.0" authors = ["Brooks J Rady "] edition = "2018" description = "A small client-side library for writing Zellij plugins"