Skip to content

Commit 930471d

Browse files
authored
Merge pull request #241 from cicirello/doc-update
Update docs with new locale and prepare release 1.22.0
2 parents 026232b + a3a4634 commit 930471d

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased] - 2023-10-16
7+
## [Unreleased] - 2023-10-18
88

99
### Added
10-
* Translation to Armenian (`locale: hy`) in #240 (@JairTorres1003).
1110

1211
### Changed
1312

@@ -18,14 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1817
### Fixed
1918

2019
### Dependencies
21-
* Bump cicirello/pyaction from 4.24.0 to 4.25.0 (which includes bumping Python to 3.12).
2220

2321
### CI/CD
24-
* Bump Python to 3.12 in CI/CD workflows when running unit tests.
2522

2623
### Other
2724

2825

26+
## [1.22.0] - 2023-10-18
27+
28+
### Added
29+
* Translation to Armenian (`locale: hy`) in #240 (@JairTorres1003).
30+
31+
### Dependencies
32+
* Bump cicirello/pyaction from 4.24.0 to 4.25.0 (which includes bumping Python to 3.12).
33+
34+
### CI/CD
35+
* Bump Python to 3.12 in CI/CD workflows when running unit tests (@cicirello).
36+
37+
2938
## [1.21.0] - 2023-10-04
3039

3140
### Added

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GitHub Action include the following:
4141
* Ability to generate separate SVGs for the individual categories of stats
4242
if you prefer.
4343
* Highly customizable (color themes, custom colors, section ordering, custom title).
44-
* [International](#locale) with option to generate SVG in 29 [languages](#locale).
44+
* [International](#locale) with option to generate SVG in 30 [languages](#locale).
4545
* Runs entirely here on GitHub.
4646
* Updates the SVG on a schedule of your choice (e.g., daily), rather than
4747
on-demand when someone views your profile, which has the following advantages:
@@ -319,7 +319,7 @@ release that you wish to use, such as with the following:
319319

320320
```yml
321321
- name: Generate the user stats image
322-
uses: cicirello/user-statistician@v1.21.0
322+
uses: cicirello/user-statistician@v1.22.0
323323
env:
324324
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
325325
```
@@ -805,6 +805,7 @@ action will use the default of "en". The following locales are currently support
805805

806806
| locale code | language |
807807
| :--- | :--- |
808+
| hy | Armenian |
808809
| id | Bahasa Indonesia |
809810
| bn | Bengali |
810811
| nl | Dutch |

0 commit comments

Comments
 (0)