File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ Unreleased] - 2023-10-16
7
+ ## [ Unreleased] - 2023-10-18
8
8
9
9
### Added
10
- * Translation to Armenian (` locale: hy ` ) in #240 (@JairTorres1003 ).
11
10
12
11
### Changed
13
12
@@ -18,14 +17,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
17
### Fixed
19
18
20
19
### Dependencies
21
- * Bump cicirello/pyaction from 4.24.0 to 4.25.0 (which includes bumping Python to 3.12).
22
20
23
21
### CI/CD
24
- * Bump Python to 3.12 in CI/CD workflows when running unit tests.
25
22
26
23
### Other
27
24
28
25
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
+
29
38
## [ 1.21.0] - 2023-10-04
30
39
31
40
### Added
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ GitHub Action include the following:
41
41
* Ability to generate separate SVGs for the individual categories of stats
42
42
if you prefer.
43
43
* 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 ) .
45
45
* Runs entirely here on GitHub.
46
46
* Updates the SVG on a schedule of your choice (e.g., daily), rather than
47
47
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:
319
319
320
320
` ` ` yml
321
321
- name: Generate the user stats image
322
- uses: cicirello/user-statistician@v1.21 .0
322
+ uses: cicirello/user-statistician@v1.22 .0
323
323
env:
324
324
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
325
325
` ` `
@@ -805,6 +805,7 @@ action will use the default of "en". The following locales are currently support
805
805
806
806
| locale code | language |
807
807
| :--- | :--- |
808
+ | hy | Armenian |
808
809
| id | Bahasa Indonesia |
809
810
| bn | Bengali |
810
811
| nl | Dutch |
You can’t perform that action at this time.
0 commit comments