Skip to content

Commit

Permalink
Merge pull request #901 from online-judge-tools/release/11.5.0
Browse files Browse the repository at this point in the history
RELEASE: v11.5.0
  • Loading branch information
kmyk authored Sep 9, 2021
2 parents adc76e8 + 6eb5792 commit fa8502e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 11.5.0 / 2021-09-09

- [#900](https://github.com/online-judge-tools/oj/pull/900) allow `$ oj g/i --hack-actual ...` without `--hack-expected`
- [#894](https://github.com/online-judge-tools/oj/pull/894) update `$ oj t --display-mode=diff`
- [#892](https://github.com/online-judge-tools/oj/pull/892) implemente `$ oj t --display-mode=all`

## 11.4.0 / 2021-07-20

- [#886](https://github.com/online-judge-tools/oj/pull/886) add `test-interactive` subcommand as an alias of `test-reactive` subcommand ([@cai-lw](https://github.com/cai-lw))
Expand Down
2 changes: 1 addition & 1 deletion onlinejudge_command/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
__email__ = '[email protected]'
__license__ = 'MIT License'
__url__ = 'https://github.com/online-judge-tools/oj'
__version_info__ = (11, 4, 0, 'final', 0)
__version_info__ = (11, 5, 0, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'CLI tool to solve problems of competitive programming'

0 comments on commit fa8502e

Please sign in to comment.