This commit is contained in:
Junegunn Choi
2021-11-04 00:59:04 +09:00
parent 673c5d886d
commit e4c3ecc57e
5 changed files with 6 additions and 5 deletions
+1
View File
@@ -102,6 +102,7 @@ endif
grep -qF $(VERSION) install.ps1
# Make release note out of CHANGELOG.md
mkdir -p tmp
sed -n '/^$(VERSION_REGEX)$$/,/^[0-9]/p' CHANGELOG.md | tail -r | \
sed '1,/^ *$$/d' | tail -r | sed 1,2d | tee tmp/release-note
+1 -1
View File
@@ -2,7 +2,7 @@
set -u
version=0.27.3
version=0.28.0
auto_completion=
key_bindings=
update_config=2
+1 -1
View File
@@ -1,4 +1,4 @@
$version="0.27.3"
$version="0.28.0"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition
+2 -2
View File
@@ -1,11 +1,11 @@
package main
import (
"github.com/junegunn/fzf/src"
fzf "github.com/junegunn/fzf/src"
"github.com/junegunn/fzf/src/protector"
)
var version string = "0.27"
var version string = "0.28"
var revision string = "devel"
func main() {
+1 -1
View File
@@ -21,7 +21,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
..
.TH fzf-tmux 1 "Oct 2021" "fzf 0.27.3" "fzf-tmux - open fzf in tmux split pane"
.TH fzf-tmux 1 "Nov 2021" "fzf 0.28.0" "fzf-tmux - open fzf in tmux split pane"
.SH NAME
fzf-tmux - open fzf in tmux split pane