Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 941154a

Browse files
committed
Release 1.0.2
1 parent a919188 commit 941154a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.0.2] - 2019-10-14
8+
9+
### Changed
10+
11+
- Missing `rustup` executable will not raise an annotating warning before the installation anymore (#13)
12+
713
## [1.0.1] - 2019-10-05
814

915
### Changed

dist/index.js

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rust-toolchain",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": false,
55
"description": "Install the Rust toolchain",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)