File tree 2 files changed +14
-6
lines changed
2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -5,23 +5,31 @@ All notable changes to this project are documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) (as of version 1.5.0).
7
7
8
- ## [ Unreleased ]
8
+ ## [ 5.0.0 ] - 2025-01-14
9
9
10
- ## [ 5.0.0rc3 ] - 2025-01-07
10
+ This is a major release with a lot of breaking changes but most changes are easy to fix.
11
11
12
- ## Changed
12
+ ** In addition to item below, see content of Release Candidates for changes since 4.x.**
13
+
14
+ ### Changed
15
+
16
+ - Add support for urllib3 2.3.x #243
17
+
18
+ ## [ 5.0.0rc4] - 2025-01-09
19
+
20
+ ### Changed
13
21
14
22
- Mark library as typed and fix sdist content (#241 )
15
23
16
24
## [ 5.0.0rc3] - 2025-01-07
17
25
18
- ## Changed
26
+ ### Changed
19
27
20
28
- Upgrade wombat to 3.8.7 (#239 )
21
29
22
30
## [ 5.0.0rc2] - 2025-01-07
23
31
24
- ## Fixed
32
+ ### Fixed
25
33
26
34
- Fix wombatSetup.js location in wheel (#236 )
27
35
Original file line number Diff line number Diff line change 1
- __version__ = "5.0.0-dev2 "
1
+ __version__ = "5.0.0"
You can’t perform that action at this time.
0 commit comments