@@ -8,21 +8,12 @@ Changelog <https://keepachangelog.com/en/1.1.0/>`__, and this project
8
8
adheres to `Semantic
9
9
Versioning <https://semver.org/spec/v2.0.0.html> `__.
10
10
11
- `Unreleased <https://github.com/DeepPSP/deprecate-kwargs/compare/v0.0.4 ...HEAD >`__
11
+ `Unreleased <https://github.com/DeepPSP/deprecate-kwargs/compare/v0.1.0 ...HEAD >`__
12
12
-----------------------------------------------------------------------------------
13
13
14
14
Added
15
15
~~~~~
16
16
17
- - ``version `` argument to the `deprecate_kwargs ` function. This argument
18
- can be used to specify the version number from which the keyword argument
19
- is deprecated. This version number will be used to add a versionchanged
20
- directive in the docstring of the decorated function if the `update_docstring `
21
- argument is set to True and the docstring of the decorated function is
22
- a Sphinx-style docstring.
23
- - Changelog file (this file) to the package to keep track of the changes
24
- in the package.
25
-
26
17
Changed
27
18
~~~~~~~
28
19
38
29
Security
39
30
~~~~~~~~
40
31
32
+ `0.1.0 <https://github.com/DeepPSP/deprecate-kwargs/compare/v0.0.4...v0.1.0 >`__ - 2025-01-27
33
+ ---------------------------------------------------------------------------------------------
34
+
35
+ Added
36
+ ~~~~~
37
+
38
+ - ``version `` argument to the `deprecate_kwargs ` function. This argument
39
+ can be used to specify the version number from which the keyword argument
40
+ is deprecated. This version number will be used to add a versionchanged
41
+ directive in the docstring of the decorated function if the `update_docstring `
42
+ argument is set to True and the docstring of the decorated function is
43
+ a Sphinx-style docstring.
44
+ - Changelog file (this file) to the package to keep track of the changes
45
+ in the package.
46
+
41
47
`0.0.4 <https://github.com/DeepPSP/deprecate-kwargs/compare/v0.0.3...v0.0.4 >`__ - 2023-11-26
42
48
---------------------------------------------------------------------------------------------
43
49
0 commit comments