This commit is contained in:
a-kenji 2022-02-27 17:32:15 +01:00
commit 83223ff8cf
2 changed files with 6 additions and 0 deletions

View file

@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Add: detach `action` to `tmux-mode` (https://github.com/zellij-org/zellij/pull/1116) * Add: detach `action` to `tmux-mode` (https://github.com/zellij-org/zellij/pull/1116)
* Add: initial `nix` support (https://github.com/zellij-org/zellij/pull/1131) * Add: initial `nix` support (https://github.com/zellij-org/zellij/pull/1131)
* Fix: unused code warnings (https://github.com/zellij-org/zellij/pull/1087) * Fix: unused code warnings (https://github.com/zellij-org/zellij/pull/1087)
* Add: support `cargo-binstall` (https://github.com/zellij-org/zellij/pull/1129)
## [0.25.0] - 2022-02-22 ## [0.25.0] - 2022-02-22
* Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001) * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)

View file

@ -59,5 +59,10 @@ assets = [
["assets/completions/_zellij", "usr/share/zsh/vendor-completions/_zellij", "644"], ["assets/completions/_zellij", "usr/share/zsh/vendor-completions/_zellij", "644"],
] ]
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"
[features] [features]
disable_automatic_asset_installation = [] disable_automatic_asset_installation = []