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.
2 parents 5eca123 + 0224c95 commit 6555208Copy full SHA for 6555208
importlib_metadata/docs/changelog.rst
@@ -2,6 +2,17 @@
2
importlib_metadata NEWS
3
=========================
4
5
+1.0
6
+===
7
+
8
+0.10
9
+====
10
+* The ``Distribution`` ABC is now officially part of the public API.
11
+ Closes #37.
12
+* Fixed support for older single file egg-info formats. Closes #43.
13
+* Fixed a testing bug when ``$CWD`` has spaces in the path. Closes #50.
14
+* Add Python 3.8 to the ``tox`` testing matrix.
15
16
0.9
17
===
18
* Fixed issue where entry points without an attribute would raise an
0 commit comments