File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ for an average of one 33-commit release about every 9 weeks. Versions
5
5
are named according to the [ CalVer] ( https://calver.org ) versioning
6
6
scheme (` YY.MINOR.MICRO ` ).
7
7
8
+ ## 24.1.0
9
+
10
+ _ (November 1, 2024)_
11
+
12
+ - Added ` max_depth ` parameter to [ ` fileutils.iter_find_files ` ] [ fileutils.iter_find_files ]
13
+ - Added ` enter ` parameter to [ ` iterutils.research ` ] [ iterutils.research ] to support traversing custom data types
14
+ - Add optional print tracing for [ ` iterutils.remap ` ] [ iterutils.remap ] for easier debugging
15
+ - Fixed [ ` typeutils.Sentinel ` ] [ typeutils.make_sentinel ] copy behavior to return self
16
+ - Tentative Python 3.13 support ([ #365 ] [ i365 ] , [ #366 ] [ i366 ] )
17
+
18
+ [ i365 ] : https://github.com/mahmoud/boltons/issues/365
19
+ [ i366 ] : https://github.com/mahmoud/boltons/issues/366
20
+
8
21
## 24.0.0
9
22
10
23
Per the RFC in issue [ #365 ] [ i339 ] , boltons is now ** Python 3 only** . 3.7+ for now.
You can’t perform that action at this time.
0 commit comments