Skip to content

Commit 6555208

Browse files
committed
Merge branch 'master' of ssh://gitlab.com/python-devs/importlib_metadata
2 parents 5eca123 + 0224c95 commit 6555208

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

importlib_metadata/docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
importlib_metadata NEWS
33
=========================
44

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+
516
0.9
617
===
718
* Fixed issue where entry points without an attribute would raise an

0 commit comments

Comments
 (0)