Skip to content

Commit f5fd81c

Browse files
committedMay 21, 2017
Version bump to 0.1.5
1 parent ea1fb2e commit f5fd81c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎gixy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from gixy.core import severity
44

5-
version = '0.1.4'
5+
version = '0.1.5'

‎rpm/gixy.spec

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: Nginx configuration static analyzer
44
Name: gixy
5-
Version: 0.1.4
5+
Version: 0.1.5
66
Release: 0%{?dist}
77
License: MPLv2.0
88
Group: Development/Utilities
@@ -55,6 +55,13 @@ python setup.py install --prefix=%{_prefix} \
5555
########################################################################################
5656

5757
%changelog
58+
* Sun May 21 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.5-0
59+
- Supported Python 2.6
60+
- Supported multiple config files scanning
61+
- Fixed summary count
62+
- Fixed symlink resolution
63+
- Minor improvements and fixes
64+
5865
* Sun May 14 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.4-0
5966
- Allow processing stdin, file descriptors
6067
- Fixed configuration parser

0 commit comments

Comments
 (0)