pull/2659/head 0.28.0
Junegunn Choi 3 years ago
parent 673c5d886d
commit e4c3ecc57e
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

@ -102,6 +102,7 @@ endif
grep -qF $(VERSION) install.ps1 grep -qF $(VERSION) install.ps1
# Make release note out of CHANGELOG.md # Make release note out of CHANGELOG.md
mkdir -p tmp
sed -n '/^$(VERSION_REGEX)$$/,/^[0-9]/p' CHANGELOG.md | tail -r | \ sed -n '/^$(VERSION_REGEX)$$/,/^[0-9]/p' CHANGELOG.md | tail -r | \
sed '1,/^ *$$/d' | tail -r | sed 1,2d | tee tmp/release-note sed '1,/^ *$$/d' | tail -r | sed 1,2d | tee tmp/release-note

@ -2,7 +2,7 @@
set -u set -u
version=0.27.3 version=0.28.0
auto_completion= auto_completion=
key_bindings= key_bindings=
update_config=2 update_config=2

@ -1,4 +1,4 @@
$version="0.27.3" $version="0.28.0"
$fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition

@ -1,11 +1,11 @@
package main package main
import ( import (
"github.com/junegunn/fzf/src" fzf "github.com/junegunn/fzf/src"
"github.com/junegunn/fzf/src/protector" "github.com/junegunn/fzf/src/protector"
) )
var version string = "0.27" var version string = "0.28"
var revision string = "devel" var revision string = "devel"
func main() { func main() {

@ -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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. 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 .SH NAME
fzf-tmux - open fzf in tmux split pane fzf-tmux - open fzf in tmux split pane

Loading…
Cancel
Save