Skip to content

Commit

Permalink
Release 1.1.4 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuridenamida authored Apr 10, 2019
1 parent a574ed3 commit ffc7eae
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 1.1.4 / 2019-04-11
- [#138](https://github.com/kyuridenamida/atcoder-tools/pull/138) Fix a bug that generated main.py is not executable by making source files executable when their codes have shebang
- Thanks for [@kmyk](https://github.com/kmyk/)'s contribution!
- [#132](https://github.com/kyuridenamida/atcoder-tools/pull/132) By default, stop showing example details on test command when getting AC but with stderr
- Thanks for [@blue-jam](https://github.com/blue-jam/)'s contribution!
- [#131](https://github.com/kyuridenamida/atcoder-tools/pull/131) Support coloring functionality on Windows
- Thanks for [@kotamanegi](https://github.com/kotamanegi/)'s contribution!
- [#128](https://github.com/kyuridenamida/atcoder-tools/pull/128) Show new AtCoder URL to the submission page
- Thanks for [@kotamanegi](https://github.com/kotamanegi/)'s contribution again!

## 1.1.3 / 2019-03-06
- [#122](https://github.com/kyuridenamida/atcoder-tools/pull/122) Support pip installation on Windows (cmd.exe)
- Thanks for [@kotamanegi](https://github.com/kotamanegi/)'s contribution!
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ optional arguments:
--timeout TIMEOUT, -t TIMEOUT
Timeout for each test cases (sec) [Default] 1
--knock-out, -k Stop execution immediately after any example's failure [Default] False
--skip-almost-ac-feedback, -s
Hide inputs and expected/actual outputs if result is correct and there are error outputs [Default] False,
```


Expand Down
2 changes: 1 addition & 1 deletion atcodertools/release_management/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.3"
__version__ = "1.1.4"

0 comments on commit ffc7eae

Please sign in to comment.