chore(release): v0.16.0

This commit is contained in:
Aram Drevekenin 2021-08-31 10:00:26 +02:00
parent a51f500c17
commit e993a23a85
5 changed files with 3 additions and 1 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.16.0] - 2021-08-31
* Plugins don't crash zellij anymore on receiving mouse events (https://github.com/zellij-org/zellij/pull/620) * 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) * 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 * Added [`log`](https://docs.rs/log/0.4.14/log/#macros) crate support for logging within Zellij

View file

@ -153,7 +153,7 @@ run_task = "publish-zellij"
[tasks.release-commit] [tasks.release-commit]
dependencies = ["commit-all", "tag-release"] dependencies = ["commit-all", "tag-release"]
command = "git" 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] [tasks.commit-all]
ignore_errors = true ignore_errors = true

Binary file not shown.

Binary file not shown.

Binary file not shown.