File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ gpg_sign = true
33name = " cz_conventional_commits"
44tag_format = " $version"
55version_scheme = " pep440"
6- version = " 8.1.50"
6+ version = " 8.1.50.post1 "
77update_changelog_on_bump = true
88version_files = [
99 " ignition-api/setup.cfg:version" ,
Original file line number Diff line number Diff line change 1+ ## 8.1.50.post1 (2025-11-27)
2+
3+ ### Fix
4+
5+ - ** java** : apply sourcery suggestions (#361 )
6+
7+ ### Refactor
8+
9+ - ** java** : add exception classes to java.nio.file (#360 )
10+
111## 8.1.50 (2025-10-02)
212
313## 8.1.49 (2025-08-19)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ requires = [
66
77[project ]
88name = " ignition-api-stubs"
9- version = " 8.1.50"
9+ version = " 8.1.50.post1 "
1010description = " Ignition Scripting API Stubs"
1111readme = " README.md"
1212keywords = [
Original file line number Diff line number Diff line change 11[metadata]
22name = ignition_api
3- version = 8.1.50
3+ version = 8.1.50.post1
44description = Ignition Scripting API
55long_description = file: README.md
66long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 11"""Package information."""
22
3- __version__ = "8.1.49 "
4- __build__ = "2025081208 "
3+ __version__ = "8.1.50 "
4+ __build__ = "2025093011 "
You can’t perform that action at this time.
0 commit comments