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

Commit 14e5e8c

Browse files
committed
Updated version
1 parent ef72f9c commit 14e5e8c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.0.4
2+
* Improved detection of warnings
3+
* Fix detection pep257 warnings
4+
* Added 'async' mode
5+
16
# 0.0.3
27
* Separation of messages to errors or warnings
38
* Added selection of linters

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"linter-package": true,
44
"activationEvents": [],
55
"main": "./lib/init",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
77
"description": "Lint python on the fly, using pylama",
88
"repository": "https://github.com/AtomLinter/linter-pylama",
99
"license": "MIT",

0 commit comments

Comments
 (0)