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

Commit bfce790

Browse files
committed
chore(package): update the changelog
Update the changelog to the format generated by the latest version of `github_changelog_generator`. Add the `github_changelog_generator` configuration files to the repository so anyone can generate the changelog.
1 parent 29cfdb3 commit bfce790

File tree

3 files changed

+86
-63
lines changed

3 files changed

+86
-63
lines changed

.github_changelog_generator

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
user=Atomlinter
2+
project=linter-pylint
3+
unreleased=true
4+
future-release=v2.1.1
5+
exclude_labels=duplicate,question,invalid,wontfix,Duplicate,Question,Invalid,Wontfix,External,Unable to Reproduce,needs info

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
.DS_Store
22
node_modules/
3-
.github_changelog_generator

CHANGELOG.md

+81-62
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,63 @@
11
# Change Log
22

3-
## [v2.1.0](https://github.com/AtomLinter/linter-pylint/tree/v2.1.0) (2017-05-10)
4-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.1...v2.1.0)
3+
## [v2.1.0](https://github.com/Atomlinter/linter-pylint/tree/v2.1.0) (2017-05-10)
4+
5+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v2.0.1...v2.1.0)
56

67
**Implemented enhancements:**
78

8-
- Update atom-linter to v10.0.0 🚀 [\#211](https://github.com/AtomLinter/linter-pylint/pull/211) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
9+
- Update atom-linter to v10.0.0 🚀 [\#211](https://github.com/AtomLinter/linter-pylint/pull/211) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
910
- Add path placeholder for project name [\#210](https://github.com/AtomLinter/linter-pylint/pull/210) ([nrth](https://github.com/nrth))
1011

1112
**Fixed bugs:**
1213

1314
- PYTHONPATH hacks break inner pylint imports [\#104](https://github.com/AtomLinter/linter-pylint/issues/104)
1415
- Remove hardcoded PYTHONPATH hack. [\#213](https://github.com/AtomLinter/linter-pylint/pull/213) ([ddaanet](https://github.com/ddaanet))
1516

16-
## [v2.0.1](https://github.com/AtomLinter/linter-pylint/tree/v2.0.1) (2017-03-30)
17-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v2.0.0...v2.0.1)
17+
## [v2.0.1](https://github.com/Atomlinter/linter-pylint/tree/v2.0.1) (2017-03-30)
18+
19+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v2.0.0...v2.0.1)
1820

1921
**Fixed bugs:**
2022

2123
- linter-pylint wont work after update to 2.0.0 [\#206](https://github.com/AtomLinter/linter-pylint/issues/206)
2224
- Rename range to position [\#207](https://github.com/AtomLinter/linter-pylint/pull/207) ([Arcanemagus](https://github.com/Arcanemagus))
2325

24-
## [v2.0.0](https://github.com/AtomLinter/linter-pylint/tree/v2.0.0) (2017-03-29)
25-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.3...v2.0.0)
26+
## [v2.0.0](https://github.com/Atomlinter/linter-pylint/tree/v2.0.0) (2017-03-29)
27+
28+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.3...v2.0.0)
2629

2730
**Implemented enhancements:**
2831

2932
- Error running Pylint Error: Process execution timed out [\#204](https://github.com/AtomLinter/linter-pylint/issues/204)
3033
- PyLint console does not contain any web hyperlinks + unable to copy/paste [\#77](https://github.com/AtomLinter/linter-pylint/issues/77)
3134
- Rename executable to executablePath [\#153](https://github.com/AtomLinter/linter-pylint/issues/153)
32-
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
3335

3436
**Fixed bugs:**
3537

3638
- Relative imports not working \(Django\) [\#110](https://github.com/AtomLinter/linter-pylint/issues/110)
3739
- Bad warning: C0103 invalid module name "atom-linter\_7080..." at line 1 col 0 in .../\_\_init\_\_.py [\#57](https://github.com/AtomLinter/linter-pylint/issues/57)
3840
- Linter v2 [\#205](https://github.com/AtomLinter/linter-pylint/pull/205) ([Arcanemagus](https://github.com/Arcanemagus))
3941

40-
## [v1.2.3](https://github.com/AtomLinter/linter-pylint/tree/v1.2.3) (2017-03-18)
41-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.2...v1.2.3)
42+
## [v1.2.3](https://github.com/Atomlinter/linter-pylint/tree/v1.2.3) (2017-03-18)
43+
44+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.2...v1.2.3)
4245

4346
**Implemented enhancements:**
4447

4548
- Update eslint-config-airbnb-base to v11.1.1 [\#203](https://github.com/AtomLinter/linter-pylint/pull/203) ([Arcanemagus](https://github.com/Arcanemagus))
4649
- Update CI configuration [\#202](https://github.com/AtomLinter/linter-pylint/pull/202) ([Arcanemagus](https://github.com/Arcanemagus))
47-
- Update atom-linter to v9.0.0 🚀 [\#198](https://github.com/AtomLinter/linter-pylint/pull/198) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
48-
- Update dependencies to enable Greenkeeper 🌴 [\#196](https://github.com/AtomLinter/linter-pylint/pull/196) ([greenkeeper[bot]](https://github.com/integration/greenkeeper))
50+
- Update atom-linter to v9.0.0 🚀 [\#198](https://github.com/AtomLinter/linter-pylint/pull/198) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
51+
- Update dependencies to enable Greenkeeper 🌴 [\#196](https://github.com/AtomLinter/linter-pylint/pull/196) ([greenkeeper[bot]](https://github.com/apps/greenkeeper))
4952
- Update eslint-config-airbnb-base to version 8.0.0 🚀 [\#186](https://github.com/AtomLinter/linter-pylint/pull/186) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
5053

5154
**Fixed bugs:**
5255

5356
- Update CI configuration [\#190](https://github.com/AtomLinter/linter-pylint/pull/190) ([Arcanemagus](https://github.com/Arcanemagus))
5457

55-
## [v1.2.2](https://github.com/AtomLinter/linter-pylint/tree/v1.2.2) (2016-09-16)
56-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.1...v1.2.2)
58+
## [v1.2.2](https://github.com/Atomlinter/linter-pylint/tree/v1.2.2) (2016-09-16)
59+
60+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.1...v1.2.2)
5761

5862
**Implemented enhancements:**
5963

@@ -68,16 +72,15 @@
6872
- Error: Column start greater than line length [\#165](https://github.com/AtomLinter/linter-pylint/issues/165)
6973
- Fix a race condition [\#183](https://github.com/AtomLinter/linter-pylint/pull/183) ([Arcanemagus](https://github.com/Arcanemagus))
7074

71-
## [v1.2.1](https://github.com/AtomLinter/linter-pylint/tree/v1.2.1) (2016-07-05)
72-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.2.0...v1.2.1)
75+
## [v1.2.1](https://github.com/Atomlinter/linter-pylint/tree/v1.2.1) (2016-07-05)
76+
77+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.2.0...v1.2.1)
7378

7479
**Implemented enhancements:**
7580

7681
- Support file-local environment variables in pylint setting \(and others\) [\#84](https://github.com/AtomLinter/linter-pylint/issues/84)
7782
- Support `%p` expansion for `pylint` executable [\#62](https://github.com/AtomLinter/linter-pylint/issues/62)
7883
- Update atom-linter to version 6.0.0 🚀 [\#155](https://github.com/AtomLinter/linter-pylint/pull/155) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
79-
- ES6 Rewrite [\#151](https://github.com/AtomLinter/linter-pylint/pull/151) ([Arcanemagus](https://github.com/Arcanemagus))
80-
- Update README URLs based on HTTP redirects [\#150](https://github.com/AtomLinter/linter-pylint/pull/150) ([ReadmeCritic](https://github.com/ReadmeCritic))
8184
- Update eslint-config-airbnb-base to version 3.0.1 🚀 [\#146](https://github.com/AtomLinter/linter-pylint/pull/146) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
8285
- Update atom-linter to version 5.0.1 🚀 [\#145](https://github.com/AtomLinter/linter-pylint/pull/145) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
8386
- Move to eslint-config-airbnb-base [\#141](https://github.com/AtomLinter/linter-pylint/pull/141) ([Arcanemagus](https://github.com/Arcanemagus))
@@ -89,7 +92,6 @@
8992
- Update eslint-config-airbnb to version 5.0.0 🚀 [\#115](https://github.com/AtomLinter/linter-pylint/pull/115) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
9093
- [email protected] breaks build 🚨 [\#111](https://github.com/AtomLinter/linter-pylint/pull/111) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
9194
- Update lodash to version 4.0.0 🚀 [\#109](https://github.com/AtomLinter/linter-pylint/pull/109) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
92-
- Update atom-linter to 4.x [\#103](https://github.com/AtomLinter/linter-pylint/pull/103) ([SpainTrain](https://github.com/SpainTrain))
9395

9496
**Fixed bugs:**
9597

@@ -102,29 +104,33 @@
102104
- Update README URLs based on HTTP redirects [\#150](https://github.com/AtomLinter/linter-pylint/pull/150) ([ReadmeCritic](https://github.com/ReadmeCritic))
103105
- Update atom-linter to 4.x [\#103](https://github.com/AtomLinter/linter-pylint/pull/103) ([SpainTrain](https://github.com/SpainTrain))
104106

105-
## [v1.2.0](https://github.com/AtomLinter/linter-pylint/tree/v1.2.0) (2015-12-02)
106-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.1.2...v1.2.0)
107+
## [v1.2.0](https://github.com/Atomlinter/linter-pylint/tree/v1.2.0) (2015-12-02)
108+
109+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.1.2...v1.2.0)
107110

108111
**Implemented enhancements:**
109112

110113
- Allow %f in pythonpath for linting relative imports [\#98](https://github.com/AtomLinter/linter-pylint/pull/98) ([rainyday](https://github.com/rainyday))
111114

112-
## [v1.1.2](https://github.com/AtomLinter/linter-pylint/tree/v1.1.2) (2015-12-01)
113-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.1.1...v1.1.2)
115+
## [v1.1.2](https://github.com/Atomlinter/linter-pylint/tree/v1.1.2) (2015-12-01)
116+
117+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.1.1...v1.1.2)
114118

115119
**Implemented enhancements:**
116120

117121
- add \r to regex for atom-linter on windows [\#97](https://github.com/AtomLinter/linter-pylint/pull/97) ([rainyday](https://github.com/rainyday))
118122

119-
## [v1.1.1](https://github.com/AtomLinter/linter-pylint/tree/v1.1.1) (2015-11-30)
120-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.1.0...v1.1.1)
123+
## [v1.1.1](https://github.com/Atomlinter/linter-pylint/tree/v1.1.1) (2015-11-30)
124+
125+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.1.0...v1.1.1)
121126

122127
**Fixed bugs:**
123128

124129
- Fix typo in config descriptions [\#96](https://github.com/AtomLinter/linter-pylint/pull/96) ([rainyday](https://github.com/rainyday))
125130

126-
## [v1.1.0](https://github.com/AtomLinter/linter-pylint/tree/v1.1.0) (2015-11-30)
127-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.5...v1.1.0)
131+
## [v1.1.0](https://github.com/Atomlinter/linter-pylint/tree/v1.1.0) (2015-11-30)
132+
133+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.5...v1.1.0)
128134

129135
**Implemented enhancements:**
130136

@@ -136,15 +142,17 @@
136142
- PYTHONPATH does not work [\#86](https://github.com/AtomLinter/linter-pylint/issues/86)
137143
- actually use PYTHONPATH environment variable [\#93](https://github.com/AtomLinter/linter-pylint/pull/93) ([d70-t](https://github.com/d70-t))
138144

139-
## [v1.0.5](https://github.com/AtomLinter/linter-pylint/tree/v1.0.5) (2015-11-22)
140-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.4...v1.0.5)
145+
## [v1.0.5](https://github.com/Atomlinter/linter-pylint/tree/v1.0.5) (2015-11-22)
146+
147+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.4...v1.0.5)
141148

142149
**Fixed bugs:**
143150

144151
- TypeError: Cannot read property 'length' of undefined [\#78](https://github.com/AtomLinter/linter-pylint/issues/78)
145152

146-
## [v1.0.4](https://github.com/AtomLinter/linter-pylint/tree/v1.0.4) (2015-11-20)
147-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.3...v1.0.4)
153+
## [v1.0.4](https://github.com/Atomlinter/linter-pylint/tree/v1.0.4) (2015-11-20)
154+
155+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.3...v1.0.4)
148156

149157
**Implemented enhancements:**
150158

@@ -155,24 +163,27 @@
155163

156164
- Fix travis yml [\#79](https://github.com/AtomLinter/linter-pylint/pull/79) ([Arcanemagus](https://github.com/Arcanemagus))
157165

158-
## [v1.0.3](https://github.com/AtomLinter/linter-pylint/tree/v1.0.3) (2015-10-05)
159-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.2...v1.0.3)
166+
## [v1.0.3](https://github.com/Atomlinter/linter-pylint/tree/v1.0.3) (2015-10-05)
167+
168+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.2...v1.0.3)
160169

161170
**Implemented enhancements:**
162171

163172
- Fix getProjDir\(\) for symbolic links [\#74](https://github.com/AtomLinter/linter-pylint/pull/74) ([kankaristo](https://github.com/kankaristo))
164173
- Run linting on TravisCI [\#73](https://github.com/AtomLinter/linter-pylint/pull/73) ([SpainTrain](https://github.com/SpainTrain))
165174
- Add a coffeelint.json [\#72](https://github.com/AtomLinter/linter-pylint/pull/72) ([Arcanemagus](https://github.com/Arcanemagus))
166175

167-
## [v1.0.2](https://github.com/AtomLinter/linter-pylint/tree/v1.0.2) (2015-10-02)
168-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.1...v1.0.2)
176+
## [v1.0.2](https://github.com/Atomlinter/linter-pylint/tree/v1.0.2) (2015-10-02)
177+
178+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.1...v1.0.2)
169179

170180
**Implemented enhancements:**
171181

172182
- Add linter name [\#71](https://github.com/AtomLinter/linter-pylint/pull/71) ([Arcanemagus](https://github.com/Arcanemagus))
173183

174-
## [v1.0.1](https://github.com/AtomLinter/linter-pylint/tree/v1.0.1) (2015-09-28)
175-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v1.0.0...v1.0.1)
184+
## [v1.0.1](https://github.com/Atomlinter/linter-pylint/tree/v1.0.1) (2015-09-28)
185+
186+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v1.0.0...v1.0.1)
176187

177188
**Implemented enhancements:**
178189

@@ -195,8 +206,9 @@
195206
- Remove donate link from README, broken image link [\#69](https://github.com/AtomLinter/linter-pylint/pull/69) ([miigotu](https://github.com/miigotu))
196207
- README: Update with latest config parameters [\#56](https://github.com/AtomLinter/linter-pylint/pull/56) ([SpainTrain](https://github.com/SpainTrain))
197208

198-
## [v1.0.0](https://github.com/AtomLinter/linter-pylint/tree/v1.0.0) (2015-08-17)
199-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.2.2...v1.0.0)
209+
## [v1.0.0](https://github.com/Atomlinter/linter-pylint/tree/v1.0.0) (2015-08-17)
210+
211+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.2.2...v1.0.0)
200212

201213
**Implemented enhancements:**
202214

@@ -209,22 +221,25 @@
209221
- Config.unobserve is deprecated. [\#31](https://github.com/AtomLinter/linter-pylint/issues/31)
210222
- Deprecated: 'activationEvents' [\#29](https://github.com/AtomLinter/linter-pylint/issues/29)
211223

212-
## [v0.2.2](https://github.com/AtomLinter/linter-pylint/tree/v0.2.2) (2015-05-21)
213-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.2.1...v0.2.2)
224+
## [v0.2.2](https://github.com/Atomlinter/linter-pylint/tree/v0.2.2) (2015-05-21)
225+
226+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.2.1...v0.2.2)
214227

215228
**Fixed bugs:**
216229

217230
- Cleanup current deprecations [\#40](https://github.com/AtomLinter/linter-pylint/pull/40) ([awatts](https://github.com/awatts))
218231

219-
## [v0.2.1](https://github.com/AtomLinter/linter-pylint/tree/v0.2.1) (2015-02-26)
220-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.2.0...v0.2.1)
232+
## [v0.2.1](https://github.com/Atomlinter/linter-pylint/tree/v0.2.1) (2015-02-26)
233+
234+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.2.0...v0.2.1)
221235

222236
**Fixed bugs:**
223237

224238
- Make sure output is text [\#25](https://github.com/AtomLinter/linter-pylint/pull/25) ([daemonburrito](https://github.com/daemonburrito))
225239

226-
## [v0.2.0](https://github.com/AtomLinter/linter-pylint/tree/v0.2.0) (2014-12-15)
227-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.5...v0.2.0)
240+
## [v0.2.0](https://github.com/Atomlinter/linter-pylint/tree/v0.2.0) (2014-12-15)
241+
242+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.5...v0.2.0)
228243

229244
**Implemented enhancements:**
230245

@@ -236,21 +251,23 @@
236251

237252
- Work when pylint is called pylint-script.py [\#13](https://github.com/AtomLinter/linter-pylint/issues/13)
238253
- Uncaught Error: spawn ENOENT [\#12](https://github.com/AtomLinter/linter-pylint/issues/12)
239-
- Pylint working, linter-pylint not [\#2](https://github.com/AtomLinter/linter-pylint/issues/2)
240254
- fix \#13 [\#19](https://github.com/AtomLinter/linter-pylint/pull/19) ([fnkr](https://github.com/fnkr))
241255

242-
## [v0.1.5](https://github.com/AtomLinter/linter-pylint/tree/v0.1.5) (2014-08-18)
243-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.4...v0.1.5)
256+
## [v0.1.5](https://github.com/Atomlinter/linter-pylint/tree/v0.1.5) (2014-08-18)
257+
258+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.4...v0.1.5)
244259

245260
**Fixed bugs:**
246261

247262
- Remove space from msg-template in cmd & regex [\#15](https://github.com/AtomLinter/linter-pylint/issues/15)
248263

249-
## [v0.1.4](https://github.com/AtomLinter/linter-pylint/tree/v0.1.4) (2014-08-13)
250-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.3...v0.1.4)
264+
## [v0.1.4](https://github.com/Atomlinter/linter-pylint/tree/v0.1.4) (2014-08-13)
265+
266+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.3...v0.1.4)
251267

252-
## [v0.1.3](https://github.com/AtomLinter/linter-pylint/tree/v0.1.3) (2014-07-29)
253-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.2...v0.1.3)
268+
## [v0.1.3](https://github.com/Atomlinter/linter-pylint/tree/v0.1.3) (2014-07-29)
269+
270+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.2...v0.1.3)
254271

255272
**Implemented enhancements:**
256273

@@ -261,30 +278,32 @@
261278

262279
- Respect linter.lintDebug config [\#9](https://github.com/AtomLinter/linter-pylint/pull/9) ([dmnd](https://github.com/dmnd))
263280

264-
## [v0.1.2](https://github.com/AtomLinter/linter-pylint/tree/v0.1.2) (2014-06-24)
265-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.1.0...v0.1.2)
266-
267-
**Implemented enhancements:**
281+
## [v0.1.2](https://github.com/Atomlinter/linter-pylint/tree/v0.1.2) (2014-06-24)
268282

269-
- Fixed debug-output, implemented use of `cwd` for pylint-check [\#3](https://github.com/AtomLinter/linter-pylint/pull/3) ([florianb](https://github.com/florianb))
283+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.1.0...v0.1.2)
270284

271285
**Fixed bugs:**
272286

273287
- Uncaught TypeError: Object \#\<LinterPylint\> has no method 'getCmd' [\#4](https://github.com/AtomLinter/linter-pylint/issues/4)
274288
- Now using getCmdAndArgs. Fixes \#4 [\#5](https://github.com/AtomLinter/linter-pylint/pull/5) ([sebdah](https://github.com/sebdah))
275289
- Fixed debug-output, implemented use of `cwd` for pylint-check [\#3](https://github.com/AtomLinter/linter-pylint/pull/3) ([florianb](https://github.com/florianb))
276290

277-
## [v0.1.0](https://github.com/AtomLinter/linter-pylint/tree/v0.1.0) (2014-05-26)
278-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.0.1...v0.1.0)
291+
## [v0.1.0](https://github.com/Atomlinter/linter-pylint/tree/v0.1.0) (2014-05-26)
279292

280-
## [v0.0.1](https://github.com/AtomLinter/linter-pylint/tree/v0.0.1) (2014-05-26)
281-
[Full Changelog](https://github.com/AtomLinter/linter-pylint/compare/v0.0.4...v0.0.1)
293+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.0.1...v0.1.0)
294+
295+
## [v0.0.1](https://github.com/Atomlinter/linter-pylint/tree/v0.0.1) (2014-05-26)
296+
297+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/v0.0.4...v0.0.1)
282298

283299
**Implemented enhancements:**
284300

285301
- implemented linter-pylint [\#1](https://github.com/AtomLinter/linter-pylint/pull/1) ([florianb](https://github.com/florianb))
286302

287-
## [v0.0.4](https://github.com/AtomLinter/linter-pylint/tree/v0.0.4) (2014-05-12)
303+
## [v0.0.4](https://github.com/Atomlinter/linter-pylint/tree/v0.0.4) (2014-05-12)
304+
305+
[Full Changelog](https://github.com/Atomlinter/linter-pylint/compare/793f18ba887db70983bcd4e6fa167a9f158dfe99...v0.0.4)
306+
288307

289308

290309
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)