Skip to content

Commit 32f5fdb

Browse files
committed
bump: version 8.1.36.post2 → 8.1.37
1 parent 4094903 commit 32f5fdb

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ gpg_sign = true
33
name = "cz_conventional_commits"
44
tag_format = "v$version"
55
version_scheme = "pep440"
6-
version = "8.1.36.post2"
6+
version = "8.1.37"
77
update_changelog_on_bump = true
88
version_files = [
99
"setup.cfg:version",

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v8.1.37 (2024-02-01)
2+
3+
## v8.1.36.post2 (2024-01-11)
4+
5+
### Fix
6+
7+
- **system**: fix issue when importing system.gui and system.nav (#258)
8+
9+
## v8.1.36.post1 (2024-01-11)
10+
11+
### Feat
12+
13+
- **java**: add io.InputStreamReader and supporting classes (#257)
14+
15+
### Refactor
16+
17+
- **system**: change db.runNamedQuery return type to Any (#256)
18+
119
## v8.1.36.post2 (2024-01-11)
220

321
### Fix

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ignition_api
3-
version = 8.1.36.post2
3+
version = 8.1.37
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)