Version up to 0.1.2

pull/23/head v0.1.2
Andrew Krasichkov 2017-05-02 12:08:16 +03:00
parent 5dfcd5e68b
commit 0ba9b217d8
2 changed files with 6 additions and 2 deletions

View File

@ -2,4 +2,4 @@
from gixy.core import severity
version = '0.1.1'
version = '0.1.2'

View File

@ -2,7 +2,7 @@
Summary: Nginx configuration static analyzer
Name: gixy
Version: 0.1.1
Version: 0.1.2
Release: 0%{?dist}
License: MPLv2.0
Group: Development/Utilities
@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} \
########################################################################################
%changelog
* Tue May 02 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.2-0
- Fixed blank comments parsing
- Added "auth_request_set" directive
* Sat Apr 29 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.1-0
- Initial build