Skip to content

Commit 4f14587

Browse files
Merge pull request #210 from user-cont/0.3.0-release
0.3.0 release
2 parents a36c261 + 1ffd35e commit 4f14587

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 0.3.0
2+
3+
## New Features
4+
5+
* Add check timeouts
6+
* Add support for check skip
7+
8+
## Breaking changes
9+
10+
* Use search method in label regex
11+
12+
## Fixes
13+
14+
* Error result when the check code cannot be found
15+
* Error result when missing FROM in testing image tag
16+
117
# 0.2.1
218

319
## New Features

colin.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
%endif
1010

1111
Name: %{pypi_name}
12-
Version: 0.1.0
12+
Version: 0.3.0
1313
Release: 1%{?dist}
1414
Summary: Tool to check generic rules/best-practices for containers/images/dockerfiles
1515

@@ -79,6 +79,9 @@ rm -rf html/.{doctrees,buildinfo}
7979
%doc html
8080

8181
%changelog
82+
* Wed Nov 14 2018 Frantisek Lachman <flachman@redhat.com> - 0.3.0-1
83+
- 0.3.0 release
84+
8285
* Mon May 28 2018 Tomas Tomecek <ttomecek@redhat.com> - 0.1.0-1
8386
- new upstream release: 0.1.0
8487

colin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
#
1616

17-
__version__ = '0.2.1'
17+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)