Skip to content

Commit 83f206e

Browse files
committed
Release product-listings-manager 0.4-1
Created by command: /usr/bin/tito tag --use-version=0.4
1 parent da28739 commit 83f206e

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3-1 ./
1+
0.4-1 ./

product-listings-manager.spec

Lines changed: 10 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.3.3
10+
Version: 0.4
1111
Release: 1%{?dist}
1212
Summary: HTTP interface to composedb
1313

@@ -89,6 +89,15 @@ py.test-2.7 -v %{modname}/tests
8989
%endif
9090

9191
%changelog
92+
* Tue Apr 09 2019 Haibo Lin <hlin@redhat.com> 0.4-1
93+
- Don't ignore spec file changes in git (hluk@email.cz)
94+
- Remove deprecated XML-RPC API (hluk@email.cz)
95+
- Add REST API endpoint to list product labels (hluk@email.cz)
96+
- Show image building status in quay.io (hlin@redhat.com)
97+
- Shorten commit message of tito tag command (hlin@redhat.com)
98+
- Configure logging for PLM (hlin@redhat.com)
99+
- Use application factory (hlin@redhat.com)
100+
92101
* Mon Mar 18 2019 Haibo Lin <hlin@redhat.com> 0.3.3-1
93102
- Use latest module record (hlin@redhat.com)
94103
- Fix positive overrides ignored issue (hlin@redhat.com)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.3'
1+
__version__ = '0.4'

0 commit comments

Comments
 (0)