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

Commit a8b5ff7

Browse files
committed
Prepare v1.0.0 release
1 parent a75614b commit a8b5ff7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
# 1.0.0
2+
3+
* Update to Linter v2 API (#143)
4+
* Remove requirement on `language-rust` (#144)
5+
16
# 0.9.0
27
* Add option for `cargo check --tests` (@SnirkImmington)
38

4-
5-
<a name="0.8.5"></a>
69
## [0.8.5](https://github.com/AtomLinter/linter-rust/compare/v0.8.4...v0.8.5) (2018-04-22)
710

8-
911
### Bug Fixes
1012

1113
* **package:** update xregexp to version 4.1.1 ([8d401d6](https://github.com/AtomLinter/linter-rust/commit/8d401d6)), closes [#124](https://github.com/AtomLinter/linter-rust/issues/124)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-rust",
33
"main": "./lib/init",
4-
"version": "0.9.0",
4+
"version": "1.0.0",
55
"description": "Lint Rust-files, using rustc and/or cargo",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)