Skip to content

Commit

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

### Fix

- **javax**: add return type to JPasswordField.getPassword (#176)

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

## 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.post2 (2023-02-23)

## v8.1.24.post3 (2023-02-23)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ This project consists of the following packages:

#### com.inductiveautomation

This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.25/index.html>.
This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: <https://files.inductiveautomation.com/sdk/javadoc/ignition81/8.1.24/index.html>.

#### java/javax

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

__version__ = "8.1.25.post2"
__build__ = "2023021409"
__version__ = "8.1.24.post4"
__build__ = "2023011208"

0 comments on commit 8f58359

Please sign in to comment.