Skip to content

Commit

Permalink
Merge pull request #694 from kmyk/release/9.0.0
Browse files Browse the repository at this point in the history
RELEASE: 9.0.0
  • Loading branch information
fukatani authored Mar 1, 2020
2 parents 18357e4 + 9004daa commit aedfa12
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

## 9.0.0 / 2019-02-29

- [#692](https://github.com/kmyk/online-judge-tools/pull/692) (breaking changes) remove `split-input` subcommand
- [#691](https://github.com/kmyk/online-judge-tools/pull/691) (breaking changes) remove support for Topcoder Marathon Match
- [#686](https://github.com/kmyk/online-judge-tools/pull/686) fix a bug of `--side-by-side` option

## 8.0.0 / 2019-02-14

- [#675](https://github.com/kmyk/online-judge-tools/pull/675) snip side-by-side diff display if result is long
Expand Down
2 changes: 1 addition & 1 deletion onlinejudge/__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/kmyk/online-judge-tools'
__version_info__ = (8, 0, 0, 'final', 0)
__version_info__ = (9, 0, 0, 'final', 0)
__version__ = '.'.join(map(str, __version_info__[:3]))
__description__ = 'Tools for online-judge services'

0 comments on commit aedfa12

Please sign in to comment.