1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-04 02:26:16 +01:00

release 0.175.0

This commit is contained in:
lethliel 2021-12-02 08:45:14 +01:00
parent bf9e046f2f
commit 52e89604b3
2 changed files with 14 additions and 2 deletions

14
NEWS
View File

@ -1,5 +1,17 @@
0.175.0
-
- do not crash when running "osc search --binary --verbose foo"
- don't run source services when building outside of an OSC package working copy
- fix XDG_CONFIG_HOME
- offer a force ("f") choice in metafile.edit's error handling code path
- fix XPath used in search requests
- add support for creating a workflow token via "osc token"
- handle missing os.sysconf more gracefully
- detachbranch: remove _link when link target got removed
- improve error message in case of an URLError
- fix downloading from mirrors
- avoid sending entire projects on "osc mr"
- fix hdmrd5 check of local cached files
- improve logic for conffile mode handling
0.174.0
- fix password deletion via "osc config -d <apiurl> pass"

View File

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