From ffc7eae4c2ef45c69b750c881aee4dc6712f1b71 Mon Sep 17 00:00:00 2001 From: Kazuma Mikami Date: Thu, 11 Apr 2019 00:36:27 +0900 Subject: [PATCH] Release 1.1.4 (#139) --- CHANGELOG.md | 10 ++++++++++ README.md | 3 ++- atcodertools/release_management/version.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b1dee2..721bfbfd 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! diff --git a/README.md b/README.md index a7589e77..aefb4060 100644 --- a/README.md +++ b/README.md @@ -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, ``` diff --git a/atcodertools/release_management/version.py b/atcodertools/release_management/version.py index 0b2f79db..c72e3798 100644 --- a/atcodertools/release_management/version.py +++ b/atcodertools/release_management/version.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.1.4"