Skip to content

Commit 18434f2

Browse files
committed
(cargo-release) version 0.1.157
1 parent 6075ec6 commit 18434f2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [0.1.157]
88

99
### Added
1010

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "languageclient"
3-
version = "0.1.156"
3+
version = "0.1.157"
44
authors = ["Junfeng Li <[email protected]>"]
55
description = "Language Server Protocol (LSP) support for vim and neovim"
66
publish = false

install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env pwsh
22

3-
$version = '0.1.156'
3+
$version = '0.1.157'
44
$name = 'languageclient'
55
$url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-"
66

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
set -o nounset # error when referencing undefined variable
77
set -o errexit # exit when command fails
88

9-
version=0.1.156
9+
version=0.1.157
1010
name=languageclient
1111

1212
try_curl() {

0 commit comments

Comments
 (0)