chore(version): bump development version

This commit is contained in:
Aram Drevekenin 2021-05-11 11:45:21 +02:00
parent 8bb476457e
commit ce0ca2f997
3 changed files with 4 additions and 3 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/) The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased] ## [Unreleased]
## [0.9.0] - 2021-05-11
* Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468) * Add more functionality to unbinding the default keybindings (https://github.com/zellij-org/zellij/pull/468)
* Terminal compatibility: fix support for CSI subparameters (https://github.com/zellij-org/zellij/pull/469) * Terminal compatibility: fix support for CSI subparameters (https://github.com/zellij-org/zellij/pull/469)
* Move the sync command to tab mode (https://github.com/zellij-org/zellij/pull/412) * Move the sync command to tab mode (https://github.com/zellij-org/zellij/pull/412)
@ -13,7 +15,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Terminal Compatibility: various behaviour fixes (https://github.com/zellij-org/zellij/pull/486) * Terminal Compatibility: various behaviour fixes (https://github.com/zellij-org/zellij/pull/486)
* Fix handling of `$HOME` `config` directory, especially relevant for darwin systems (https://github.com/zellij-org/zellij/pull/487) * Fix handling of `$HOME` `config` directory, especially relevant for darwin systems (https://github.com/zellij-org/zellij/pull/487)
## [0.8.0] - 2021-05-07 ## [0.8.0] - 2021-05-07
* Terminal compatibility: pass vttest 8 (https://github.com/zellij-org/zellij/pull/461) * Terminal compatibility: pass vttest 8 (https://github.com/zellij-org/zellij/pull/461)
* Add a Manpage (https://github.com/zellij-org/zellij/pull/455) * Add a Manpage (https://github.com/zellij-org/zellij/pull/455)

2
Cargo.lock generated
View file

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

View file

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