Skip to content

Commit 0e5c954

Browse files
committed
(cargo-release) version 0.1.158
1 parent 7e35784 commit 0e5c954

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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.158]
88

99
### Added
1010
- Add support of multiple configuration files (#1013).

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env pwsh
22

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

install.sh

Lines changed: 1 addition & 1 deletion
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.157
9+
version=0.1.158
1010
name=languageclient
1111

1212
arch=$(uname -sm)

0 commit comments

Comments
 (0)