1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-03 10:06:17 +01:00

release 0.181.0

This commit is contained in:
Daniel Mach 2022-07-26 21:34:07 +02:00
parent 6a77c4e01d
commit d8d4b0831c
2 changed files with 14 additions and 1 deletions

13
NEWS
View File

@ -1,3 +1,16 @@
0.181.0
- fix crash when 'pass' is not set in the config file
- add missing attributes to Package when scm_url is set
- fix failure to create config in current dir
- update list of considered file names for ssh key autodetection
- allow users to prefer ssh key over password auth
- ssh: recognize gpg keys (yubikey usage)
- fix operating on _project meta
- revert "interpretation of string literals in messages" that broke unicode handling
- fix product build rpm caching
- enable md5 revisions in osc log
- parseRevisionOption(): raise an exception on invalid revisions
0.180.0
- warn when trying to commit a prj/pac managed in scm
- fix crash on "osc up" for git based package/projects

View File

@ -7,7 +7,7 @@ from __future__ import print_function
from .util import git_version
__version__ = git_version.get_version('0.180.0')
__version__ = git_version.get_version('0.181.0')
# __store_version__ is to be incremented when the format of the working copy