Skip to content
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.

Commit

Permalink
Bump version to 0.3.14 (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
KalitaAlexey authored Apr 29, 2017
1 parent ec68f30 commit 5dc7ee5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 0.3.14

### Bug fixes

* Fix executing Cargo commands. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/212)

### Features

* Handle RUSTUP_HOME. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/215)

* New configuration parameter `"rust.forceLegacyMode"`. [The Pull Request](https://github.com/editor-rs/vscode-rust/pull/216)

## 0.3.13

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://api.travis-ci.org/editor-rs/vscode-rust.svg)](https://travis-ci.org/editor-rs/vscode-rust)
[![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/vscode-rust/Lobby)

# Rust for Visual Studio Code (Latest: 0.3.13)
# Rust for Visual Studio Code (Latest: 0.3.14)

## What is the repository?

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-rust",
"displayName": "Rust",
"description": "Rust language integration for VSCode",
"version": "0.3.13",
"version": "0.3.14",
"publisher": "kalitaalexey",
"license": "MIT",
"icon": "images/icon.png",
Expand Down

0 comments on commit 5dc7ee5

Please sign in to comment.