From 2814c3027271d15b4af345bdde03591bb189cbce Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 27 Apr 2021 14:57:54 +0100 Subject: feat(plugin): added the `get_plugin_ids()` query function --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index df330008a..4aa44e47d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ lazy_static = "1.4.0" wasmer = "1.0.0" wasmer-wasi = "1.0.0" interprocess = "1.0.1" -zellij-tile = { path = "zellij-tile/", version = "1.0.0" } +zellij-tile = { path = "zellij-tile/", version = "1.1.0" } [dependencies.async-std] version = "1.3.0" -- cgit v1.2.3 From 28af9f077d6886925407ff537daac7412398c6e9 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 29 Apr 2021 16:50:48 +0200 Subject: chore(version): boost development version to 0.7.0 and update changelog --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4aa44e47d..fab4bb854 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zellij" -version = "0.6.0" +version = "0.7.0" authors = ["Aram Drevekenin "] edition = "2018" description = "A terminal workspace with batteries included" -- cgit v1.2.3 From 65f15457c1cb4505760394491c3621b4d6d807c6 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 29 Apr 2021 15:52:22 +0100 Subject: fix(build): don't store binary assets in git --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fab4bb854..d712b3724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "A terminal workspace with batteries included" license = "MIT" repository = "https://github.com/zellij-org/zellij" homepage = "https://zellij.dev" -include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"] +include = ["src/**/*", "assets/plugins/*", "assets/layouts/*", "assets/config/*", "LICENSE.md", "README.md", "!**/*_test.*", "!**/tests/**/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3