Skip to content
This repository was archived by the owner on May 3, 2020. It is now read-only.

Commit 4ab5b0e

Browse files
committed
Kwalitee v0.2.0rc8
Signed-off-by: Tibor Simko <[email protected]>
1 parent 2ac284d commit 4ab5b0e

File tree

4 files changed

+41
-34
lines changed

4 files changed

+41
-34
lines changed

AUTHORS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ Contributors
3636
* Yoan Blanc <[email protected]>
3737
* Lars Holm Nielsen <[email protected]>
3838
* Mateusz Susik <[email protected]>
39+
* Harris Tzovanakis <[email protected]>
40+
* Leonardo Rossi <[email protected]>
41+
* Tibor Simko <[email protected]>

CHANGELOG.rst

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ Release 0.2.0: *The next big thing®*
2626

2727
This version uses a database (SQLite, PostgreSQL) for persistence.
2828

29-
- Support for Docker. (Jiří)
30-
- Support for ``.kwalitee.yml`` configuration per repository. (Haris)
31-
- Cli for preparing release notes ``kwalitee prepare release``. (Tibor, Jiří)
32-
- Cli for checking changed files ``kwalitee check files``. (Jiří)
33-
- Cli for checking commit messages ``kwalitee check message``. (Jiří)
34-
- Support of ``push`` events. (Yoan)
35-
- Support for multiple repositories. (Yoan)
36-
- Support for multiple users. (Yoan)
37-
- Alembic setup for upcoming migrations (Yoan)
38-
- New Sphinx documentation. (Yoan)
39-
- Fixes double commenting bug. (Yoan)
29+
- Adds a new CLI option `-s, --skip-merge-commits` to both
30+
`kwalitee check` commands. (#60)
31+
- Support for Docker.
32+
- Support for ``.kwalitee.yml`` configuration per repository.
33+
- Cli for preparing release notes ``kwalitee prepare release``.
34+
- Cli for checking changed files ``kwalitee check files``.
35+
- Cli for checking commit messages ``kwalitee check message``.
36+
- Support of ``push`` events.
37+
- Support for multiple repositories.
38+
- Support for multiple users.
39+
- Alembic setup for upcoming migrations.
40+
- New Sphinx documentation.
41+
- Fixes double commenting bug.
4042

4143
Incompatibilities
4244
-----------------
@@ -53,13 +55,13 @@ Release 0.1.0: *The playground*
5355
Initial version. It supports ``pull request`` events on one repository and
5456
will perform checks on the commit message and files.
5557

56-
- Commit message checks. (Jiří)
57-
- Git hooks. (Lars)
58-
- PEP8 checks. (Yoan)
59-
- PEP257 checks. (Yoan)
60-
- PyFlakes checks. (Yoan)
61-
- License checks. (Yoan)
62-
- Asynchronous checks using RQ. (Yoan)
63-
- New unit tests. (Yoan)
64-
- Auto labelling of the pull requests. (Yoan)
65-
- Skip work in progress (wip) pull requests. (Yoan)
58+
- Commit message checks.
59+
- Git hooks.
60+
- PEP8 checks.
61+
- PEP257 checks.
62+
- PyFlakes checks.
63+
- License checks.
64+
- Asynchronous checks using RQ.
65+
- New unit tests.
66+
- Auto labelling of the pull requests.
67+
- Skip work in progress (wip) pull requests.

RELEASE-NOTES.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Kwalitee v0.2.0
33
=================
44

5-
Kwalitee v0.2.0 was released on July 25, 2015.
5+
Kwalitee v0.2.0 was released on August 20, 2015.
66

77
About "*The next big thing®*"
88
-----------------------------
@@ -21,17 +21,19 @@ What's new
2121

2222
This version uses a database (SQLite, PostgreSQL) for persistence.
2323

24-
- Support for Docker. (Jiří)
25-
- Support for ``.kwalitee.yml`` configuration per repository. (Haris)
26-
- Cli for preparing release notes ``kwalitee prepare release``. (Tibor, Jiří)
27-
- Cli for checking changed files ``kwalitee check files``. (Jiří)
28-
- Cli for checking commit messages ``kwalitee check message``. (Jiří)
29-
- Support of ``push`` events. (Yoan)
30-
- Support for multiple repositories. (Yoan)
31-
- Support for multiple users. (Yoan)
32-
- Alembic setup for upcoming migrations (Yoan)
33-
- New Sphinx documentation. (Yoan)
34-
- Fixes double commenting bug. (Yoan)
24+
- Adds a new CLI option `-s, --skip-merge-commits` to both
25+
`kwalitee check` commands. (#60)
26+
- Support for Docker.
27+
- Support for ``.kwalitee.yml`` configuration per repository.
28+
- Cli for preparing release notes ``kwalitee prepare release``.
29+
- Cli for checking changed files ``kwalitee check files``.
30+
- Cli for checking commit messages ``kwalitee check message``.
31+
- Support of ``push`` events.
32+
- Support for multiple repositories.
33+
- Support for multiple users.
34+
- Alembic setup for upcoming migrations.
35+
- New Sphinx documentation.
36+
- Fixes double commenting bug.
3537

3638
Incompatibilities
3739
-----------------

kwalitee/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
"""kwalitee version number."""
2525

26-
__version__ = "0.2.0rc7"
26+
__version__ = "0.2.0rc8"

0 commit comments

Comments
 (0)