File tree 10 files changed +83
-709
lines changed
Filter options
10 files changed +83
-709
lines changed
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This section covers the changes between major version 2 and version 3.
21
21
Version 3.0.0
22
22
=============
23
23
24
- :Released: 2023-03-19
24
+ :Released: 2023-04-02
25
25
:Maintainer: Tom Schraitle
26
26
27
27
@@ -95,6 +95,14 @@ Deprecations
95
95
didn't cast many votes, the majority agreed to remove support for
96
96
Python 3.6.
97
97
98
+ * :pr: `402 `: Keep :func: `semver.compare <semver._deprecated.compare> `.
99
+ Although it breaks consistency with module level functions, it seems it's
100
+ a much needed/used function. It's still unclear if we should deprecate
101
+ this function or not (that's why we use :py:exc: `PendingDeprecationWarning `).
102
+
103
+ As we don't have a uniform initializer yet, this function stays in the
104
+ :file: `_deprecated.py ` file for the time being until we find a better solution. See :gh: `258 ` for details.
105
+
98
106
99
107
Features
100
108
--------
Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Deprecated Functions in :mod:`semver._deprecated`
17
17
18
18
.. automodule :: semver._deprecated
19
19
20
+ .. autofunction :: semver._deprecated.compare
21
+
20
22
.. autofunction :: semver._deprecated.bump_build
21
23
22
24
.. autofunction :: semver._deprecated.bump_major
@@ -27,8 +29,6 @@ Deprecated Functions in :mod:`semver._deprecated`
27
29
28
30
.. autofunction :: semver._deprecated.bump_prerelease
29
31
30
- .. autofunction :: semver._deprecated.compare
31
-
32
32
.. autofunction :: semver._deprecated.deprecated
33
33
34
34
.. autofunction :: semver._deprecated.finalize_version
You can’t perform that action at this time.
0 commit comments