Skip to content

Commit 380466e

Browse files
authored
Merge pull request #52 from hlin/release
Automatic commit of package [product-listings-manager] release [0.3.0…
2 parents 0ee958a + 094cfe1 commit 380466e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-1 ./
1+
0.3.0-1 ./

product-listings-manager.spec

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
%global modname product_listings_manager
88

99
Name: product-listings-manager
10-
Version: 0.2.0
10+
Version: 0.3.0
1111
Release: 1%{?dist}
1212
Summary: HTTP interface to composedb
1313

@@ -93,6 +93,16 @@ py.test-2.7 -v %{modname}/tests
9393
%endif
9494

9595
%changelog
96+
* Wed Feb 13 2019 Haibo Lin <hlin@redhat.com> 0.3.0-1
97+
- openshift: Change health check path (hlin@redhat.com)
98+
- Fix product listings not found error (hluk@email.cz)
99+
- Follow flake8 convention (hlin@redhat.com)
100+
- Add module product listings REST API (hlin@redhat.com)
101+
- Fix HTTP 404 response code (hluk@email.cz)
102+
- Log remote IP, traceback and arguments of remote call on error
103+
(hluk@email.cz)
104+
- add database documentation (kdreyer@redhat.com)
105+
96106
* Tue Jul 03 2018 Lukas Holecek <lholecek@redhat.com> 0.2.0-1
97107
- Use sanitized SQL queries (lholecek@redhat.com)
98108
- drop optional FLASK_CONFIG during tests and packaging (kdreyer@redhat.com)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)