Skip to content

Commit 2ed2bbe

Browse files
authored
Merge pull request #136 from online-judge-tools/release/10.8.0
RELEASE: 10.8.0
2 parents 4ed54d8 + 6b03af3 commit 2ed2bbe

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 10.8.0 / 2021-01-19
4+
5+
- [#133](https://github.com/online-judge-tools/api-client/pull/133) allow [old.yosupo.jp](https://old.yosupo.jp/) as URLs for Library-Checker problems
6+
- [#134](https://github.com/online-judge-tools/api-client/pull/134) support virtual contests of [AtCoder Problems](https://kenkoooo.com/atcoder)
7+
- [#135](https://github.com/online-judge-tools/api-client/pull/135) update about `get-contest` subcommand; support yukicoder contests
8+
39
## 10.7.1 / 2020-12-25
410

511
- [#130](https://github.com/online-judge-tools/api-client/pull/130) fix an error on submissions to HackerRank ([@wapa5pow](https://github.com/wapa5pow))

onlinejudge/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
__email__ = '[email protected]'
55
__license__ = 'MIT License'
66
__url__ = 'https://github.com/online-judge-tools/api-client'
7-
__version_info__ = (10, 7, 1, 'final', 0)
7+
__version_info__ = (10, 8, 0, 'final', 0)
88
__version__ = '.'.join(map(str, __version_info__[:3]))
99
__description__ = 'API client to develop tools for competitive programming'

0 commit comments

Comments
 (0)