summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2021-08-31 10:00:26 +0200
committerAram Drevekenin <aram@poor.dev>2021-08-31 10:00:26 +0200
commite993a23a85c91ef057c546f3e242f0da73ecafec (patch)
tree25d502a753ab7890ec51b0c7136e0d3e7b17f989
parenta51f500c175017799de7877d44beef6279ee899a (diff)
chore(release): v0.16.0v0.16.0
-rw-r--r--CHANGELOG.md2
-rw-r--r--Makefile.toml2
-rw-r--r--assets/plugins/status-bar.wasmbin435101 -> 435070 bytes
-rw-r--r--assets/plugins/strider.wasmbin535191 -> 535162 bytes
-rw-r--r--assets/plugins/tab-bar.wasmbin424826 -> 424785 bytes
5 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 656730a9e..1da63b005 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.16.0] - 2021-08-31
* Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620)
* A universal logging system has been implemented (https://github.com/zellij-org/zellij/pull/592)
* Added [`log`](https://docs.rs/log/0.4.14/log/#macros) crate support for logging within Zellij
diff --git a/Makefile.toml b/Makefile.toml
index dcf63fcaa..7438ceeee 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -153,7 +153,7 @@ run_task = "publish-zellij"
[tasks.release-commit]
dependencies = ["commit-all", "tag-release"]
command = "git"
-args = ["push", "--atomic", "origin", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
+args = ["push", "--atomic", "upstream", "main", "v${CARGO_MAKE_CRATE_VERSION}"]
[tasks.commit-all]
ignore_errors = true
diff --git a/assets/plugins/status-bar.wasm b/assets/plugins/status-bar.wasm
index a43ebeb27..d1ad39e90 100644
--- a/assets/plugins/status-bar.wasm
+++ b/assets/plugins/status-bar.wasm
Binary files differ
diff --git a/assets/plugins/strider.wasm b/assets/plugins/strider.wasm
index 6c7f23c56..b57557a7a 100644
--- a/assets/plugins/strider.wasm
+++ b/assets/plugins/strider.wasm
Binary files differ
diff --git a/assets/plugins/tab-bar.wasm b/assets/plugins/tab-bar.wasm
index 25eded4b5..896512fe2 100644
--- a/assets/plugins/tab-bar.wasm
+++ b/assets/plugins/tab-bar.wasm
Binary files differ