mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-09 12:35:48 +01:00
release 0.181.0
This commit is contained in:
parent
6a77c4e01d
commit
d8d4b0831c
13
NEWS
13
NEWS
@ -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
|
0.180.0
|
||||||
- warn when trying to commit a prj/pac managed in scm
|
- warn when trying to commit a prj/pac managed in scm
|
||||||
- fix crash on "osc up" for git based package/projects
|
- fix crash on "osc up" for git based package/projects
|
||||||
|
@ -7,7 +7,7 @@ from __future__ import print_function
|
|||||||
|
|
||||||
|
|
||||||
from .util import git_version
|
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
|
# __store_version__ is to be incremented when the format of the working copy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user