chore(version): bump development version

This commit is contained in:
Aram Drevekenin 2021-05-14 11:01:13 +02:00
parent e68504552e
commit 791cfd0a6e
5 changed files with 9 additions and 7 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.10.0] - 2021-05-14
* Change Switch default config loading order of `HOME` and system (https://github.com/zellij-org/zellij/pull/488)
* Add support for requesting a simpler layout from plugins, move `clean` flag from `options` to `setup` (https://github.com/zellij-org/zellij/pull/479)
* Improve config loading slightly (https://github.com/zellij-org/zellij/pull/492)

6
Cargo.lock generated
View file

@ -2254,7 +2254,7 @@ dependencies = [
[[package]]
name = "zellij"
version = "0.10.0"
version = "0.11.0"
dependencies = [
"ansi_term 0.12.1",
"async-std",
@ -2290,7 +2290,7 @@ dependencies = [
[[package]]
name = "zellij-tile"
version = "0.8.0"
version = "0.11.0"
dependencies = [
"serde",
"serde_json",
@ -2300,7 +2300,7 @@ dependencies = [
[[package]]
name = "zellij-tile-utils"
version = "0.7.0"
version = "0.11.0"
dependencies = [
"ansi_term 0.12.1",
]

View file

@ -1,6 +1,6 @@
[package]
name = "zellij"
version = "0.10.0"
version = "0.11.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
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.8.0" }
zellij-tile = { path = "zellij-tile/", version = "0.11.0" }
[dependencies.async-std]
version = "1.3.0"

View file

@ -1,6 +1,6 @@
[package]
name = "zellij-tile-utils"
version = "0.7.0"
version = "0.11.0"
authors = ["denis <denismaximov98@gmail.com>"]
edition = "2018"
description = "A utility library for Zellij plugins"

View file

@ -1,6 +1,6 @@
[package]
name = "zellij-tile"
version = "0.8.0"
version = "0.11.0"
authors = ["Brooks J Rady <b.j.rady@gmail.com>"]
edition = "2018"
description = "A small client-side library for writing Zellij plugins"