You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PyPI release workflow and bump version to 1.21.3
- New GitHub Actions workflow builds sdist/wheel on semver tags and
publishes via PyPI trusted publishing (pypi environment).
- CHANGELOG and version for 1.21.3 (Java annotation arguments fix, #463).
Made-with: Cursor
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## Unreleased
4
4
5
+
## 1.21.3
6
+
7
+
### Bug Fixes
8
+
- Fix Java annotations with parenthesized arguments (e.g. `@Transactional(rollbackFor = Exception.class)`) being parsed as methods and corrupting complexity (issue #463)
0 commit comments