mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-26 01:46:13 +01:00
bump version (0.101) and update NEWS file
This commit is contained in:
parent
3f9b53ca6e
commit
f8daea6288
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
||||
0.101:
|
||||
|
||||
- add osc branch command, using the branch API call to branch a package to
|
||||
home:poeml:branches:PRJ/PKG
|
||||
- osc commit now opens $EDITOR for commit message
|
||||
- improved error handling, when API returns HTTP status code 400 (bad request)
|
||||
- osc status: implement -q/--quiet switch
|
||||
- osc info: slightly more verbose
|
||||
- osc deletepac: allow deletion of multiple packages at once
|
||||
- make "osc meta prjconf <project> -e" work again (probably caused by r3702)
|
||||
|
||||
|
||||
0.100:
|
||||
|
||||
- improved error handling (babysitter.py wrapper, oscerr.py exception classes)
|
||||
|
@ -5,7 +5,7 @@
|
||||
# and distributed under the terms of the GNU General Public Licence,
|
||||
# either version 2, or (at your option) any later version.
|
||||
|
||||
__version__ = '0.100'
|
||||
__version__ = '0.101'
|
||||
# __store_version__ is to be incremented when the format of the working copy
|
||||
# "store" changes in an incompatible way. Please add any needed migration
|
||||
# functionality to check_store_version().
|
||||
|
Loading…
Reference in New Issue
Block a user