1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-25 17:36:13 +01:00

Release 0.174.0

For the details, see the NEWS file (which is mostly about user
visible changes).
This commit is contained in:
Marcus Huewe 2021-07-21 10:43:53 +02:00
parent 6b83134377
commit dd2481da20
2 changed files with 9 additions and 2 deletions

9
NEWS
View File

@ -1,5 +1,12 @@
0.174.0
-
- fix password deletion via "osc config -d <apiurl> pass"
- support changing the password store via "osc config <apiurl>
--select-password-store")
- support slash syntax in osc browse ("osc browse prj/pkg" is equivalent to
"osc browse prj pkg")
- fix the commit of a frozen package wc
- fix local product builds using obsrepositories:/ directives
- print a meaningful message when trying to a commit a non-existent package
0.173.0
- add showlinked command to show all references of packages linking to a given one

View File

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