From b1dff2c20410570bd4b3f7bbe7b6df84420f35f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 18 Jan 2022 08:15:16 +0100 Subject: [PATCH] Setting version to 0.2.2 --- CHANGES.rst | 6 ++++++ README.md | 4 ++-- action.yml | 2 +- setup.cfg | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fd2825a..808f996 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +0.2.2 +----- + +* Released on 2022-01-18. +* Fixed GitHub action image name. + 0.2.1 ----- diff --git a/README.md b/README.md index 577ae9b..340e3c7 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ Run to lint current directory: Paste following snippet to your workflow YaML: - name: Weblate Locale Linter - uses: WeblateOrg/locale_lint@v0.2.1 + uses: WeblateOrg/locale_lint@v0.2.2 ## Using as pre-commit hook Paste following snippet to your pre-commit configuration YAML: - repo: https://github.com/WeblateOrg/locale_lint - rev: v0.2.1 + rev: v0.2.2 hooks: - id: locale_lint diff --git a/action.yml b/action.yml index 92bc227..5270d8a 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ author: "Weblate" description: "Linter for localization files powered by Weblate." runs: using: "docker" - image: "docker://ghcr.io/weblateorg/locale_lint:v0.2.1" + image: "docker://ghcr.io/weblateorg/locale_lint:v0.2.2" branding: icon: "check-square" color: "white" diff --git a/setup.cfg b/setup.cfg index 40c011c..3ac9019 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = locale_lint -version = 0.2.1 +version = 0.2.2 description = Weblate Locale Linter long_description = file: README.md long_description_content_type = text/markdown