Skip to content

Commit

Permalink
bump: version 8.1.36.post2 → 8.1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Feb 1, 2024
1 parent 4094903 commit 32f5fdb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32f5fdb

Please sign in to comment.