From 8f583598af21fef24116e95db7f59ff8fe29c72e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Thu, 23 Feb 2023 15:21:42 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=208.1.25.post2=20=E2=86=92=208.?= =?UTF-8?q?1.24.post4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.yaml | 2 +- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 2 +- src/system/__version__.py | 4 ++-- 4 files changed, 35 insertions(+), 4 deletions(-) diff --git a/.cz.yaml b/.cz.yaml index 4b0caf5..73229b5 100644 --- a/.cz.yaml +++ b/.cz.yaml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f20da..85d8f7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 5c134e2..1a23949 100755 --- a/README.md +++ b/README.md @@ -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: . +This package includes supporting Inductive Automation's classes and interfaces. For more information, see documentation here: . #### java/javax diff --git a/src/system/__version__.py b/src/system/__version__.py index b9845fc..380a5cf 100644 --- a/src/system/__version__.py +++ b/src/system/__version__.py @@ -1,4 +1,4 @@ """Package information.""" -__version__ = "8.1.25.post2" -__build__ = "2023021409" +__version__ = "8.1.24.post4" +__build__ = "2023011208"