Skip to content

Commit

Permalink
Merge pull request #241 from cicirello/doc-update
Browse files Browse the repository at this point in the history
Update docs with new locale and prepare release 1.22.0
  • Loading branch information
cicirello authored Oct 18, 2023
2 parents 026232b + a3a4634 commit 930471d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2023-10-16
## [Unreleased] - 2023-10-18

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

### Changed

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

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

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

### Other


## [1.22.0] - 2023-10-18

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

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

### CI/CD
* Bump Python to 3.12 in CI/CD workflows when running unit tests (@cicirello).


## [1.21.0] - 2023-10-04

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

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

| locale code | language |
| :--- | :--- |
| hy | Armenian |
| id | Bahasa Indonesia |
| bn | Bengali |
| nl | Dutch |
Expand Down

0 comments on commit 930471d

Please sign in to comment.