Skip to content

Commit 70f8a29

Browse files
authored
Merge pull request #904 from online-judge-tools/release/11.5.1
RELEASE: 11.5.1
2 parents 1284556 + 262f523 commit 70f8a29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 11.5.1 / 2021-09-13
4+
5+
- [#902](https://github.com/online-judge-tools/oj/pull/902) fix a bug of `--display-mode=diff-all` that the last line is not shown
6+
37
## 11.5.0 / 2021-09-09
48

59
- [#900](https://github.com/online-judge-tools/oj/pull/900) allow `$ oj g/i --hack-actual ...` without `--hack-expected`

onlinejudge_command/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
__email__ = '[email protected]'
44
__license__ = 'MIT License'
55
__url__ = 'https://github.com/online-judge-tools/oj'
6-
__version_info__ = (11, 5, 0, 'final', 0)
6+
__version_info__ = (11, 5, 1, 'final', 0)
77
__version__ = '.'.join(map(str, __version_info__[:3]))
88
__description__ = 'CLI tool to solve problems of competitive programming'

0 commit comments

Comments
 (0)