1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

release 0.163.0

This commit is contained in:
Adrian Schröter 2018-08-20 13:19:29 +02:00
parent 86e5757832
commit d82b30636f
2 changed files with 4 additions and 1 deletions

3
NEWS
View File

@ -6,6 +6,9 @@
--unexpand for local diffs only (bsc#1089025)
--meta for diffing meta files
- add support for podman/buildag engine (docker variation)
- support realname in .changes files
- fix DISTURL checkout for package containers using a multibuild flavor
- Disable ssl session resumption
0.162.1
- Send sha256 hashes for tracked files if the wc is pulled/linkrepair

View File

@ -5,7 +5,7 @@
from __future__ import print_function
__version__ = '0.162.1git'
__version__ = '0.163.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