Skip to content

Commit

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

* Released on 2022-01-17.
* Improved pre-commit hook performance on huge repositories.
* Fixed GitHub action image name.

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/locale_lint@v0.1
uses: WeblateOrg/locale_lint@v0.2

## Using as pre-commit hook

Paste following snippet to your pre-commit configuration YAML:

- repo: https://github.com/WeblateOrg/locale_lint
rev: v0.1
rev: v0.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_linter:v0.1"
image: "docker://ghcr.io/weblateorg/locale_linter:v0.2"
branding:
icon: "check-square"
color: "white"

0 comments on commit ca2df75

Please sign in to comment.