File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 99project = "somerandomapi.py"
1010copyright = "2023-2025, Soheab_"
1111author = "Soheab_"
12- release = "0.2.0a "
12+ release = "0.1.2 "
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -8,12 +8,24 @@ Changelog
88This page keeps a detailed, human-friendly rendering of what's new and changed
99in specific versions.
1010
11+ v0.1.2
12+ -------
13+
14+ - Hotfix for Python 3.14 compatibility. The wrapper now supports Python 3.11 to 3.14.
15+ - Other Miscellaneous fixes and improvements internally. For example, the type
16+ checking implementation was improved to handle more edge cases and be less error-prone.
17+ - Improve error messages for some exceptions, like missing keyword arguments or passing
18+ positional arguments when only keyword arguments are accepted.
19+
20+ **Full Changelog **: `GitHub Diff <https://github.com/Soheab/somerandomapi.py/compare/0.1.1...0.1.2 >`_
1121
1222v0.1.1
1323-------
1424
1525Just for PyPi because v0.1.0 already uploaded to PyPi but something went wrong with it.
1626
27+ **Full Changelog **: `GitHub Diff <https://github.com/Soheab/somerandomapi.py/compare/0.1.0...0.1.1 >`_
28+
1729v0.1.0
1830-------
1931
Original file line number Diff line number Diff line change 99from .errors import *
1010from .models import *
1111
12- __version__ = "0.2.0a "
12+ __version__ = "0.1.2 "
1313__author__ = "Soheab"
1414__license__ = "MPL-2.0"
You can’t perform that action at this time.
0 commit comments