1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-24 11:12:14 +01:00

release 0.156.0

This commit is contained in:
Marco Strigl 2016-12-19 14:46:18 +01:00
parent ceb9475263
commit 78b404158e
2 changed files with 5 additions and 1 deletions

4
NEWS
View File

@ -3,6 +3,10 @@
- allow to specify a log message in lock command
- Add '--wipe' option to osc chroot for deleting buildroots
- Add '--vm-memory' option to osc build
- add --multibuild to results command for showing all packages
of a multibuild config
- add --multibuild-package option to results command for showing
only one package of the multibuild config
0.155
- osc service runall: runs all service local, independend of the mode

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.155git'
__version__ = '0.156'
# __store_version__ is to be incremented when the format of the working copy
# "store" changes in an incompatible way. Please add any needed migration