Skip to content

Commit

Permalink
RELEASE: 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Aug 13, 2020
1 parent bd670fa commit b843621
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

## 10.1.0 / 2020-07-11

- [#791](https://github.com/online-judge-tools/oj/pull/791) add WebDriver supports of more browsers
- [#789](https://github.com/online-judge-tools/oj/pull/789) change the style of logging from [pwntools](https://github.com/Gallopsled/pwntools)'s one to Python's standard one
- [#793](https://github.com/online-judge-tools/oj/pull/793) fix a minor bug of logging

## 10.0.5 / 2020-07-12

- [#787](https://github.com/online-judge-tools/oj/pull/787) add a workaround for the conflict of a module name
Expand Down
2 changes: 1 addition & 1 deletion onlinejudge_command/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
__email__ = '[email protected]'
__license__ = 'MIT License'
__url__ = 'https://github.com/online-judge-tools/oj'
__version_info__ = (10, 0, 5, 'final', 0)
__version_info__ = (10, 1, 0, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'CLI tool to solve problems of competitive programming'

0 comments on commit b843621

Please sign in to comment.