We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19bb36 commit 588f559Copy full SHA for 588f559
CHANGELOG.rst
@@ -6,6 +6,9 @@ v0.14.0
6
7
- Speed up downloads with asyncio
8
9
+- Introduce file-based locking when reading and writing
10
+ python package archives to avoid accessing partial zip and tarballs.
11
+
12
- New settings featuring environment variables and .env file to store settings and defaults.
13
14
- This also changes the CACHE_THIRDPARTY_DIR environment variable: it used to default first
@@ -36,6 +39,8 @@ v0.14.0
36
39
37
40
- Merge latest skeleton and adopt ruff for code formatting.
38
41
42
+- Fix misc bugs.
43
44
45
v0.13.1
46
-----------
0 commit comments