Skip to content

Commit 710be1e

Browse files
committed
bump: version 17.26.0 → 17.26.4
1 parent 7aaaa57 commit 710be1e

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.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 = "$version"
55
version_scheme = "pep440"
6-
version = "17.26.0"
6+
version = "17.26.4"
77
update_changelog_on_bump = true
88
version_files = [
99
"setup.cfg:version",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 17.26.4 (2026-04-16)
2+
3+
### Fix
4+
5+
- **io**: update Reader.read to respect Liskov Substitution Principle (#23)
6+
17
## 17.26.0 (2026-01-20)
28

39
### 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 = java_api
3-
version = 17.26.0
3+
version = 17.26.4
44
description = Java API Specification
55
long_description = file: README.md
66
long_description_content_type = text/markdown

stubs/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "java-api-stubs"
9-
version = "17.26.0"
9+
version = "17.26.4"
1010
description = "Java 17 API Specification stubs for ignition-api"
1111
readme = "README.md"
1212
keywords = [

0 commit comments

Comments
 (0)