We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 356c9e7 commit 645bc5eCopy full SHA for 645bc5e
1 file changed
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
-## Version 0.10.0 (2021-04-18)
+## Version 0.1.1 (2022-03-24)
4
+
5
+Maintenance release.
6
7
+* Cleaned up license information.
8
+* Fixed handling of status returned from `client_open` in examples.
9
+* Converted comments into function docstrings in helper module.
10
+* Reformatted source code with black and isort.
11
+* Removed superfluous shebang lines and encoding declarations.
12
+* Fixed typos in readme and changelog.
13
+* Added Python 3.10 to list of supported versions in package meta data.
14
15
+## Version 0.1.0 (2021-04-18)
16
17
* Initial release as a stand-alone project
0 commit comments