Skip to content

Commit c2fd1a7

Browse files
committed
bump: version 8.1.36.post1 → 8.1.36.post2
1 parent 84455a4 commit c2fd1a7

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-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.post1"
6+
version = "8.1.36.post2"
77
update_changelog_on_bump = true
88
version_files = [
99
"setup.cfg:version",

CHANGELOG.md

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

319
### Feat

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.post1
3+
version = 8.1.36.post2
44
description = Ignition Scripting API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)