Skip to content

Commit 26b3329

Browse files
authored
2 parents 16727a6 + 5d504c2 commit 26b3329

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.133.0](https://github.com/aws/jsii/compare/v1.132.0...v1.133.0) (2026-06-01)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **python:** require Python 3.10+ in modules and update runtime dependencies (#5135)
11+
12+
### Features
13+
14+
* replace eager submodule imports with lazy loading ([#5110](https://github.com/aws/jsii/issues/5110)) ([2ad8838](https://github.com/aws/jsii/commit/2ad88388e1c8fbed76858da8f482e5e6bca34f74)), closes [40jsii/python-runtime/tests/test_compliance.py#L1331](https://github.com/40jsii/python-runtime/tests/test_compliance.py/issues/L1331)
15+
16+
17+
### Bug Fixes
18+
19+
* **java-runtime:** org.jetbrains:annotations leaks onto consumers' runtime classpath ([#5136](https://github.com/aws/jsii/issues/5136)) ([16727a6](https://github.com/aws/jsii/commit/16727a67011af2210c02081d62b5680af5cebc27))
20+
* **python:** require Python 3.10+ in modules and update runtime dependencies ([#5135](https://github.com/aws/jsii/issues/5135)) ([e14cd30](https://github.com/aws/jsii/commit/e14cd30cbf62a271d7dfc97154e77d84071e7024)), closes [#5094](https://github.com/aws/jsii/issues/5094) [#5130](https://github.com/aws/jsii/issues/5130)
21+
522
## [1.132.0](https://github.com/aws/jsii/compare/v1.131.0...v1.132.0) (2026-05-22)
623

724

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"rejectCycles": true
1313
}
1414
},
15-
"version": "1.132.0",
15+
"version": "1.133.0",
1616
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1717
}

0 commit comments

Comments
 (0)