1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

release 0.158

This commit is contained in:
Marco Strigl 2017-05-08 13:30:48 +02:00
parent eed18c6a2e
commit 320ff1bd41
2 changed files with 8 additions and 1 deletions

7
NEWS
View File

@ -2,6 +2,13 @@
- cat/less/blame command: default to expand to stay in sync with checkout - cat/less/blame command: default to expand to stay in sync with checkout
- add support for highly experimental native appimage.yml support - add support for highly experimental native appimage.yml support
- show package status when repository configuration is broken - show package status when repository configuration is broken
- add '--blame' option to osc meta command
- try to autodetect local package when running 'osc build'
- comment requests in interactive mode
- fix github issue #236 (--no-cleanup not working)
- fix wipebinaries to prevent wiping of complete repository
- add '--build-opt' to osc build command
- fix requests codebase to fit old obs versions
0.157.2 0.157.2
- add compat code for older apis that do not support multibuild - add compat code for older apis that do not support multibuild

View File

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