Skip to content

Commit ad62ea4

Browse files
committed
Update release notes
1 parent 6dbf124 commit ad62ea4

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

RELEASE_NOTES.rst

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
coala-bears 0.7.0
2+
=================
3+
4+
For this release, 17 contributors have contributed about 200 commits to
5+
coala-bears only.
6+
7+
We are bumping the version number to 0.7.0 to keep it in sync with the coala
8+
releases.
9+
10+
New bears:
11+
12+
- ``VerilogLintBear`` (Lints verilog code)
13+
- ``AnnotationBear`` (Annotates source code language independent for further
14+
processing)
15+
- ``TailorBear`` (Checks Swift code for style compliance)
16+
- ``CPPCheckBear`` (Checks C/C++ code for security issues)
17+
- ``RAMLLintBear`` (Checks style of RAML documents)
18+
- ``GoErrCheckBear`` (Finds unchecked Go function calls)
19+
- ``RubySmellBear`` (Finds code smells in Ruby)
20+
- ``FilenameBear`` (Checks and corrects file naming conventions)
21+
- ``IndentationBear`` (An experimental indentation checker and fixer with a
22+
language independent algorithm.)
23+
24+
New features:
25+
26+
- Numerous documentation improvements.
27+
- GitCommitBear:
28+
- The WIP check yields a ``Normal`` Result now.
29+
- InvalidLinkBear:
30+
- Numerous false positive fixes.
31+
- An ignore regex can now be passed.
32+
- RuboCopBear:
33+
- About 30 new configuration options were added.
34+
- GNUIndentBear:
35+
- 15 new configuration options were added.
36+
- FormatRBear:
37+
- 6 new configuration options were added.
38+
39+
Bugfixes:
40+
41+
- CPDBear:
42+
- A case where results with an invalid line reference were yielded was
43+
fixed.
44+
- CheckstyleBear:
45+
- In some cases results were not correctly parsed. This was fixed.
46+
47+
Internal changes:
48+
49+
- Almost all bears use the new ``linter`` now instead of ``Lint``.
50+
151
coala-bears 0.2.0
252
=================
353

0 commit comments

Comments
 (0)