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:
parent
eed18c6a2e
commit
320ff1bd41
7
NEWS
7
NEWS
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user