File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.38 .0
2
+ current_version = 0.39 .0
3
3
commit = True
4
4
tag = False
5
5
message = chore: Bump version from {current_version} to {new_version}
Original file line number Diff line number Diff line change 1
1
# History
2
2
3
+ ## 0.39.0 (2024-12-12)
4
+
5
+ - (PR #729 , 2024-10-30) extras: Fix serialization of ` None ` in Pydantic ` Rut ` type
6
+ - (PR #730 , 2024-11-19) chore: Bump the production-dependencies group with 6 updates
7
+ - (PR #733 , 2024-11-20) chore: Bump the development-dependencies group across 1 directory with 5 updates
8
+ - (PR #734 , 2024-12-05) chore: Bump the production-dependencies group with 2 updates
9
+ - (PR #732 , 2024-12-05) chore(deps): Bump cryptography from 43.0.1 to 43.0.3
10
+ - (PR #739 , 2024-12-09) chore(deps): Bump pydantic from 2.9.2 to 2.10.3
11
+ - (PR #740 , 2024-12-09) chore(deps): Bump django from 4.2.16 to 4.2.17
12
+ - (PR #736 , 2024-12-12) chore(deps): Bump signxml from 3.2.2 to 4.0.3
13
+ - (PR #742 , 2024-12-12) deps: Update cryptography to 44.0.0 and pyopenssl to 24.3.0
14
+
3
15
## 0.38.0 (2024-10-28)
4
16
5
17
- (PR #725 , 2024-10-28) extras: Fix generation of JSON Schema for Pydantic ` Rut ` type
Original file line number Diff line number Diff line change 4
4
5
5
"""
6
6
7
- __version__ = '0.38 .0'
7
+ __version__ = '0.39 .0'
You can’t perform that action at this time.
0 commit comments