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 23b2aab commit fc9e8c0Copy full SHA for fc9e8c0
docs/whats_new.rst
@@ -1,4 +1,4 @@
1
-.. currentmodule:: discord
+.. currentmodule:: somerandomapi
2
3
.. _whats_new:
4
@@ -8,6 +8,16 @@ Changelog
8
This page keeps a detailed human friendly rendering of what's new and changed
9
in specific versions.
10
11
+v0.0.3
12
+-------
13
+
14
+- Correct base API URL. URL changed from ``https://some-random-api.ml/`` to ``https://some-random-api.com/``.
15
+- Fix mistake in :class:`.AnimalClient.get_image_and_fact`
16
+- Fix enum conversion errors
17
+- Fix link to API in documentation.
18
19
+**Full Changelog**: https://github.com/Soheab/somerandomapi.py/compare/0.0.2...0.0.3
20
21
v0.0.2
22
-------
23
0 commit comments