Skip to content

Commit f3cddc6

Browse files
Release 1.1.2 (#112)
1 parent ffe4da1 commit f3cddc6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.2 / 2019-02-21
4+
- [#98](https://github.com/kyuridenamida/atcoder-tools/pull/98) Add "codegen" sub command to simply generate the input part for a specific problem without preparing other files.
5+
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution!
6+
- [#97](https://github.com/kyuridenamida/atcoder-tools/pull/97) Support Python 3
7+
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution again!
8+
9+
310
## 1.1.1 / 2019-02-14
411
- Add an explicit disclaimer on README.md
512
- [#84](https://github.com/kyuridenamida/atcoder-tools/pull/84) Output stdout even when getting RE or TLE.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.1.2"

0 commit comments

Comments
 (0)