From 6f81fd2d5bca581fc3cf0d1a97a5cba26a4c3722 Mon Sep 17 00:00:00 2001 From: Vitalii Elenhaupt Date: Thu, 5 May 2022 11:12:16 +0300 Subject: [PATCH] Bump v0.3.0 --- README.md | 33 +++++++++++++++++---------------- shard.lock | 2 +- shard.yml | 6 +++--- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5497f1c..0abec66 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the following to your GitHub action workflow to use Crystal Ameba Linter: ``` yaml - name: Crystal Ameba Linter - uses: crystal-ameba/github-action@v0.2.12 + uses: crystal-ameba/github-action@v0.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v1 - name: Crystal Ameba Linter id: crystal-ameba - uses: crystal-ameba/github-action@v0.2.12 + uses: crystal-ameba/github-action@v0.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Install dependencies @@ -45,20 +45,21 @@ jobs: ## Compatibility Versions -| Ameba version | GitHub Action version | -| - | - | -| v0.14.3 | v0.2.12 | -| v0.14.2 | v0.2.11 | -| v0.14.1 | v0.2.9 | -| v0.13.4 | v0.2.8 | -| v0.13.3 | v0.2.7 | -| v0.13.2 | v0.2.6 | -| v0.13.1 | v0.2.5 | -| v0.13.0 | v0.2.4 | -| v0.12.1 | v0.2.3 | -| v0.12.0 | v0.2.2 | -| v0.11.0 | v0.2.1 | -| v0.10.1 | v0.1.1 | +| Ameba version | GitHub Action version | +|---------------|-----------------------| +| v1.0.0 | v0.3.0 | +| v0.14.3 | v0.2.12 | +| v0.14.2 | v0.2.11 | +| v0.14.1 | v0.2.9 | +| v0.13.4 | v0.2.8 | +| v0.13.3 | v0.2.7 | +| v0.13.2 | v0.2.6 | +| v0.13.1 | v0.2.5 | +| v0.13.0 | v0.2.4 | +| v0.12.1 | v0.2.3 | +| v0.12.0 | v0.2.2 | +| v0.11.0 | v0.2.1 | +| v0.10.1 | v0.1.1 | ### Bump versions diff --git a/shard.lock b/shard.lock index 1e8513e..31703b6 100644 --- a/shard.lock +++ b/shard.lock @@ -2,5 +2,5 @@ version: 2.0 shards: ameba: git: https://github.com/crystal-ameba/ameba.git - version: 0.14.3 + version: 1.0.0 diff --git a/shard.yml b/shard.yml index cf59954..bb75604 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: ameba-github_action -version: 0.2.12 +version: 0.3.0 authors: - Vitalii Elenhaupt @@ -8,11 +8,11 @@ targets: ameba-github_action: main: src/ameba-github_action.cr -crystal: ">= 0.36.0" +crystal: ">= 1.4.0" dependencies: ameba: github: crystal-ameba/ameba - version: ~> 0.14.0 + version: ~> 1.0.0 license: MIT