Skip to content

Commit

Permalink
Setting version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Jan 18, 2022
1 parent 1819895 commit b1dff2c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.2.2
-----

* Released on 2022-01-18.
* Fixed GitHub action image name.

0.2.1
-----

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Run to lint current directory:
Paste following snippet to your workflow YaML:

- name: Weblate Locale Linter
uses: WeblateOrg/[email protected].1
uses: WeblateOrg/[email protected].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

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b1dff2c

Please sign in to comment.