v0.27.0
Release Summary
- Add define block skip by @Sigmanificient in #241
Thanks to @Sigmanificient, now fzf-make can interpret aMakefile
including define
blocks like below:
.PHONY: real_rule
real_rule:
echo "good"
define my_script
#!/bin/bash
echo "this is a trap: not good"
endef
@Sigmanificient Thank you so much!
What's Changed
- Fix nix devshell dependencies by @Sigmanificient in #240
- Update
tui-term
tov.0.1.9
by @a-kenji in #242 - Fix
tui-term
bump tov0.1.9
by @a-kenji in #243 - Ensure cargo fmt Is executed in CI #248 by @kyu08 in #249
- fix(deps): update rust crate regex to 1.10.4 by @renovate in #245
Full Changelog: v0.26.0...v0.27.0