From 32f5fdb9f7213ef8c62257221de79d0b9e64dcc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Thu, 1 Feb 2024 15:25:46 +0530 Subject: [PATCH] =?UTF-8?q?bump:=20version=208.1.36.post2=20=E2=86=92=208.?= =?UTF-8?q?1.37?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ setup.cfg | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index 44b2d2d..f7dc82b 100644 --- a/.cz.toml +++ b/.cz.toml @@ -3,7 +3,7 @@ gpg_sign = true name = "cz_conventional_commits" tag_format = "v$version" version_scheme = "pep440" -version = "8.1.36.post2" +version = "8.1.37" update_changelog_on_bump = true version_files = [ "setup.cfg:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 691cce6..53c22cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## v8.1.37 (2024-02-01) + +## v8.1.36.post2 (2024-01-11) + +### Fix + +- **system**: fix issue when importing system.gui and system.nav (#258) + +## v8.1.36.post1 (2024-01-11) + +### Feat + +- **java**: add io.InputStreamReader and supporting classes (#257) + +### Refactor + +- **system**: change db.runNamedQuery return type to Any (#256) + ## v8.1.36.post2 (2024-01-11) ### Fix diff --git a/setup.cfg b/setup.cfg index 941bb89..a14df5e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ignition_api -version = 8.1.36.post2 +version = 8.1.37 description = Ignition Scripting API long_description = file: README.md long_description_content_type = text/markdown