Skip to content

Commit

Permalink
(cargo-release) version 0.1.160
Browse files Browse the repository at this point in the history
  • Loading branch information
martskins committed Oct 24, 2020
1 parent 6691f0a commit d6d6d08
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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

## [0.1.160]

### Fixed
- Fix issue with Sorbet sending an extra field on the messages it sends (#1115)

## [0.1.159]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "languageclient"
version = "0.1.159"
version = "0.1.160"
authors = ["Junfeng Li <autozimu@gmail.com>"]
description = "Language Server Protocol (LSP) support for vim and neovim"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env pwsh

$version = '0.1.159'
$version = '0.1.160'
$name = 'languageclient'
$url = "https://github.com/autozimu/LanguageClient-neovim/releases/download/$version/$name-$version-"

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
set -o nounset # error when referencing undefined variable
set -o errexit # exit when command fails

version=0.1.159
version=0.1.160
name=languageclient

arch=$(uname -sm)
Expand Down

0 comments on commit d6d6d08

Please sign in to comment.