Skip to content

Commit c6def0b

Browse files
Commit from GitHub Actions (Update Changelog)
1 parent 4244567 commit c6def0b

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# Change Log
2+
## 2.0.0 / 2021-4-17
3+
Release version 2.0.0. Python 3.5 is not supported anymore.
4+
|PR|Change Summary|Label|Author|
5+
|:---|:---|:---|:---:|
6+
|[#221](https://github.com/kyuridenamida/atcoder-tools/pull/221)|Add a github workflow to autogenerate changelog|![#33E893](https://via.placeholder.com/15/33E893/000000?text=+) **dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
7+
|[#219](https://github.com/kyuridenamida/atcoder-tools/pull/219)|Refactor contribution process + Stop supporting Python 3.5|![#33E893](https://via.placeholder.com/15/33E893/000000?text=+) **dev-env-improvement**|[kyuridenamida](https://github.com/kyuridenamida)|
8+
|[#214](https://github.com/kyuridenamida/atcoder-tools/pull/214)|Bump react-dev-utils from 6.1.1 to 11.0.4 in /webapp|![#0366d6](https://via.placeholder.com/15/0366d6/000000?text=+) **dependencies**|[dependabot[bot]](https://github.com/apps/dependabot)|
29
## 1.1.7.1 / 2020-5-16
310
|PR|Change Summary|Label|Author|
411
|:---|:---|:---|:---:|
@@ -7,9 +14,9 @@
714
|PR|Change Summary|Label|Author|
815
|:---|:---|:---|:---:|
916
|[#199](https://github.com/kyuridenamida/atcoder-tools/pull/199)|Add cherry-picked release candidates for 1.1.7| |[kyuridenamida](https://github.com/kyuridenamida)|
10-
|[#196](https://github.com/kyuridenamida/atcoder-tools/pull/196)|新しい言語のバージョンに対応|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[chaemon](https://github.com/chaemon)|
11-
|[#192](https://github.com/kyuridenamida/atcoder-tools/pull/192)|Pythonの言語アップデートに対応|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[Matts966](https://github.com/Matts966)|
12-
|[#191](https://github.com/kyuridenamida/atcoder-tools/pull/191)|C++言語アップデートへの対応|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[hiramekun](https://github.com/hiramekun)|
17+
|[#196](https://github.com/kyuridenamida/atcoder-tools/pull/196)|Support the latest AtCoder language list|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[chaemon](https://github.com/chaemon)|
18+
|[#192](https://github.com/kyuridenamida/atcoder-tools/pull/192)|Support AtCoder submission with the latest Python language|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[Matts966](https://github.com/Matts966)|
19+
|[#191](https://github.com/kyuridenamida/atcoder-tools/pull/191)|Support AtCoder submission with the latest C++ language|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[hiramekun](https://github.com/hiramekun)|
1320
|[#187](https://github.com/kyuridenamida/atcoder-tools/pull/187)|#186 Support \dots in input formats|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
1421
|[#174](https://github.com/kyuridenamida/atcoder-tools/pull/174)|Makes gen command retry with exponential backoff|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[yuuki3655](https://github.com/yuuki3655)|
1522
|[#172](https://github.com/kyuridenamida/atcoder-tools/pull/172)|Recognize an integer token as a string token when it has a leading zero or too many digits in format prediction|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[chaemon](https://github.com/chaemon)|
@@ -45,7 +52,7 @@
4552
|:---|:---|:---|:---:|
4653
|[#122](https://github.com/kyuridenamida/atcoder-tools/pull/122)|Fix compatibility problem on Windows|![#fc2929](https://via.placeholder.com/15/fc2929/000000?text=+) **bug**|[kotamanegi](https://github.com/kotamanegi)|
4754
|[#117](https://github.com/kyuridenamida/atcoder-tools/pull/117)|Add PR to the default templates|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kmyk](https://github.com/kmyk)|
48-
|[#115](https://github.com/kyuridenamida/atcoder-tools/pull/115)|userscriptを追加|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kmyk](https://github.com/kmyk)|
55+
|[#115](https://github.com/kyuridenamida/atcoder-tools/pull/115)|Add userscript|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kmyk](https://github.com/kmyk)|
4956
## 1.1.2 / 2019-2-20
5057
|PR|Change Summary|Label|Author|
5158
|:---|:---|:---|:---:|
@@ -82,8 +89,8 @@
8289
|[#59](https://github.com/kyuridenamida/atcoder-tools/pull/59)|introduce postprocess config with exec_on_each_problem_dir / exec_on_contest_dir…|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
8390
|[#54](https://github.com/kyuridenamida/atcoder-tools/pull/54)|Support Problem Constants Injection|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
8491
|[#52](https://github.com/kyuridenamida/atcoder-tools/pull/52)|Add code gen configuration|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
85-
|[#50](https://github.com/kyuridenamida/atcoder-tools/pull/50)|Feature/version checker|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
86-
|[#49](https://github.com/kyuridenamida/atcoder-tools/pull/49)|Feature/submit|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
92+
|[#50](https://github.com/kyuridenamida/atcoder-tools/pull/50)|Add version checker|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
93+
|[#49](https://github.com/kyuridenamida/atcoder-tools/pull/49)|Submit feature|![#84b6eb](https://via.placeholder.com/15/84b6eb/000000?text=+) **enhancement**|[kyuridenamida](https://github.com/kyuridenamida)|
8794
## 1.0.4 / 2018-12-29
8895
|PR|Change Summary|Label|Author|
8996
|:---|:---|:---|:---:|

0 commit comments

Comments
 (0)