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

Commit

Permalink
Release v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Oct 29, 2019
1 parent 4eb61a7 commit 8800716
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [1.0.5] - 2019-10-29

### Added

- Input `name` to rename created Check result (#11)

### Fixed

- Multiple Action executions in one workflow were not displayed,
use `name` input to separate them (#11)

## [1.0.4] - 2019-10-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-clippy-check",
"version": "1.0.4",
"version": "1.0.5",
"private": false,
"description": "Run clippy and annotate the diff with errors and warnings",
"main": "dist/index.js",
Expand Down

0 comments on commit 8800716

Please sign in to comment.