Skip to content

Commit 326e85d

Browse files
chore(release): 0.9.0 (#260)
Signed-off-by: client-software-ci <129794699+client-software-ci@users.noreply.github.com
1 parent 248c9e5 commit 326e85d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.9.0 (2026-02-02)
2+
3+
### BREAKING CHANGES
4+
* The types of some model class fields are extended from `Optional[int]` to `Optional[int | FormatString]`, so downstream code
5+
that relies on those types can fail type checking.
6+
7+
### Features
8+
* Implement [FEATURE_BUNDLE_1 RFC 0004](https://github.com/OpenJobDescription/openjd-specifications/blob/mainline/rfcs/0004-enhanced-limits-and-capabilities.md), increasing limits
9+
for job parameter counts and name lengths, enabling format strings in integer properties, providing control over embedded file line endings, and adding syntax sugar
10+
to simplify templates that run simple scripts with common interpreters ([`86f79ee`](https://github.com/OpenJobDescription/openjd-model-for-python/commit/86f79ee823ff15f4385b59d3e7b5224241963d50))
11+
12+
13+
114
## 0.8.7 (2025-12-29)
215

316

0 commit comments

Comments
 (0)