Skip to content

Commit 188cd00

Browse files
committed
release 1.20.0
1 parent 5fe0ce7 commit 188cd00

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- 1.20.0
2+
- Command-line:
3+
- Fix 'osc fork' command to use the right tracking branch
4+
- Fix 'osc blt' command by checking if the working copy is a package
5+
- Make 'osc buildlog' work outside of osc package directory
6+
- Add 'git-obs pr close' and 'git-obs pr reopen' commands
7+
- Add 'close' option to 'git-obs pr review interactive'
8+
- Change 'git-obs pr review interactive' to work with all archives, not only those in Git LFS
9+
- Fix checkout of the base branch in 'git-obs pr review interactive' command
10+
- Library:
11+
- Support _manifest file in git store
12+
- Allow pull request IDs in '<owner>/<repo>!<number>' format
13+
- Properly handle deleted users and teams in the git-obs timeline
14+
- Handle situations when there's 'None' among timeline entries
15+
- Skip binary files in gitea_api.PullRequest.get_patch()
16+
- Change get_user_input(), add support for vertically printed list of answers
17+
- Spec:
18+
- Provide git-obs
19+
120
- 1.19.1
221
- Command-line:
322
- Use OSC_PACKAGE_CACHE_DIR env var instead of deprecated OSC_PACKAGECACHEDIR

contrib/osc.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
%endif
6363

6464
Name: osc
65-
Version: 1.19.1
65+
Version: 1.20.0
6666
Release: 0
6767
Summary: Command-line client for the Open Build Service
6868
License: GPL-2.0-or-later

osc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
from .util import git_version
16-
__version__ = git_version.get_version('1.19.1')
16+
__version__ = git_version.get_version('1.20.0')
1717

1818

1919
# vim: sw=4 et

0 commit comments

Comments
 (0)