chore(release): v0.1.6

This commit is contained in:
LGUG2Z
2021-10-15 07:49:55 -07:00
parent 09d1d69668
commit 80dd07fcde
5 changed files with 10 additions and 6 deletions
Generated
+3 -3
View File
@@ -505,7 +505,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi" name = "komorebi"
version = "0.1.5" version = "0.1.6"
dependencies = [ dependencies = [
"bindings", "bindings",
"bitflags", "bitflags",
@@ -537,7 +537,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebi-core" name = "komorebi-core"
version = "0.1.5" version = "0.1.6"
dependencies = [ dependencies = [
"bindings", "bindings",
"clap", "clap",
@@ -549,7 +549,7 @@ dependencies = [
[[package]] [[package]]
name = "komorebic" name = "komorebic"
version = "0.1.5" version = "0.1.6"
dependencies = [ dependencies = [
"bindings", "bindings",
"clap", "clap",
+4
View File
@@ -18,6 +18,10 @@ Translations of this document can be found in the project wiki:
- [komorebi 中文用户指南](https://github.com/LGUG2Z/komorebi/wiki/README-zh) (by [@crosstyan](https://github.com/crosstyan)) - [komorebi 中文用户指南](https://github.com/LGUG2Z/komorebi/wiki/README-zh) (by [@crosstyan](https://github.com/crosstyan))
There is a [Discord server](https://discord.gg/vzBmPm6RkQ) available for _komorebi_-related discussion, help,
troubleshooting etc. If you have any specific feature requests or bugs to report, please create an issue in this
repository.
## Description ## Description
_komorebi_ only responds to [WinEvents](https://docs.microsoft.com/en-us/windows/win32/winauto/event-constants) and the _komorebi_ only responds to [WinEvents](https://docs.microsoft.com/en-us/windows/win32/winauto/event-constants) and the
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi-core" name = "komorebi-core"
version = "0.1.5" version = "0.1.6"
edition = "2018" edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebi" name = "komorebi"
version = "0.1.5" version = "0.1.6"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"] authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "A tiling window manager for Windows" description = "A tiling window manager for Windows"
categories = ["tiling-window-manager", "windows"] categories = ["tiling-window-manager", "windows"]
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "komorebic" name = "komorebic"
version = "0.1.5" version = "0.1.6"
authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"] authors = ["Jade Iqbal <jadeiqbal@fastmail.com>"]
description = "The command-line interface for Komorebi, a tiling window manager for Windows" description = "The command-line interface for Komorebi, a tiling window manager for Windows"
categories = ["cli", "tiling-window-manager", "windows"] categories = ["cli", "tiling-window-manager", "windows"]