summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-05-11 11:45:21 +0200
committerAram Drevekenin <aram@poor.dev>2021-05-11 11:45:21 +0200
commitce0ca2f99792d0ef9d81c1408e78e30c625b7e35 (patch)
treed629fc80c0f3f96b9a280c8f32e344dc56801926
parent8bb476457e97095ff3976adacf3362c9e9f0d86f (diff)
chore(version): bump development version
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 082bf7b54..2c47adf5b 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.9.0] - 2021-05-11
* 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)
* 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)
* 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
* Terminal compatibility: pass vttest 8 (https://github.com/zellij-org/zellij/pull/461)
* Add a Manpage (https://github.com/zellij-org/zellij/pull/455)
diff --git a/Cargo.lock b/Cargo.lock
index 4f7255dfa..314e083a6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2254,7 +2254,7 @@ dependencies = [
[[package]]
name = "zellij"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"ansi_term 0.12.1",
"async-std",
diff --git a/Cargo.toml b/Cargo.toml
index 0e9136c81..2018a6814 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "zellij"
-version = "0.9.0"
+version = "0.10.0"
authors = ["Aram Drevekenin <aram@poor.dev>"]
edition = "2018"
description = "A terminal workspace with batteries included"