From 0e307a6d0109d01c4cd29e1d00263acc7d0aa45b Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 26 Apr 2022 10:30:21 +0900 Subject: [PATCH 1/3] [BC break] Change default query type "row_list" --- src/Annotation/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Annotation/Query.php b/src/Annotation/Query.php index 751404f..abf312a 100644 --- a/src/Annotation/Query.php +++ b/src/Annotation/Query.php @@ -39,7 +39,7 @@ final class Query */ public $type = 'row_list'; - public function __construct(string $id, string $type = 'row', bool $templated = false) + public function __construct(string $id, string $type = 'row_list', bool $templated = false) { $this->id = $id; $this->templated = $templated; From 99674f646b084ce8f7beee523ff54bfd92875e10 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 1 Jan 2023 13:56:10 +0900 Subject: [PATCH 2/3] Create update-copyright-years-in-license-file.yml --- .../update-copyright-years-in-license-file.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/update-copyright-years-in-license-file.yml diff --git a/.github/workflows/update-copyright-years-in-license-file.yml b/.github/workflows/update-copyright-years-in-license-file.yml new file mode 100644 index 0000000..f432106 --- /dev/null +++ b/.github/workflows/update-copyright-years-in-license-file.yml @@ -0,0 +1,17 @@ +name: Update copyright year in license file + +on: + workflow_dispatch: + schedule: + - cron: "0 3 1 1 *" + +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 + - uses: FantasticFiasco/action-update-license-year@v2 + with: + token: ${{ secrets.GITHUB_TOKEN }} From 560f8b1ababf83f4c4e5a62f7472f040b47de4bc Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Sun, 1 Jan 2023 13:56:41 +0900 Subject: [PATCH 3/3] Update license year --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ee91856..6448391 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) <2018-2021> +Copyright (c) <2018-2022> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal