Skip to content

Commit

Permalink
bump: version 8.1.24.post2 → 8.1.24.post3
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Feb 23, 2023
1 parent b43e9a7 commit 5ce161e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 8.1.24.post2
version: 8.1.24.post3
version_files:
- src/system/__version__.py
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## v8.1.24.post3 (2023-02-23)

## v8.1.24.post2 (2023-02-23)

### Feat

- **java**: create the String class (#174)
- **javax**: add JPasswordField getText (#172)

### Refactor

- **java**: call super init from Object (#173)
- **system**: change how we extract the version (#171)

## v8.1.25.post1 (2023-02-21)

## v8.1.24.post1 (2023-02-21)

### Feat

- **java**: add GridLayout and JPasswordField (#170)
- **java**: add util.Arrays static class (#167)

## v8.1.25 (2023-02-15)

## v8.1.24.post2 (2023-02-23)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion src/system/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Package information."""

__version__ = "8.1.24.post2"
__version__ = "8.1.24.post3"
__build__ = "2023011208"

0 comments on commit 5ce161e

Please sign in to comment.