File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 6262%endif
6363
6464Name: osc
65- Version: 1.19.1
65+ Version: 1.20.0
6666Release: 0
6767Summary: Command-line client for the Open Build Service
6868License: GPL-2.0 -or-later
Original file line number Diff line number Diff line change 1313
1414
1515from .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
You can’t perform that action at this time.
0 commit comments