Skip to content

Commit cb077e1

Browse files
committed
bump version and update the changelog file
1 parent e4e46f8 commit cb077e1

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,12 @@ Changelog <https://keepachangelog.com/en/1.1.0/>`__, and this project
88
adheres to `Semantic
99
Versioning <https://semver.org/spec/v2.0.0.html>`__.
1010

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>`__
1212
-----------------------------------------------------------------------------------
1313

1414
Added
1515
~~~~~
1616

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-
2617
Changed
2718
~~~~~~~
2819

@@ -38,6 +29,21 @@ Fixed
3829
Security
3930
~~~~~~~~
4031

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+
4147
`0.0.4 <https://github.com/DeepPSP/deprecate-kwargs/compare/v0.0.3...v0.0.4>`__ - 2023-11-26
4248
---------------------------------------------------------------------------------------------
4349

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ with warnings raised when old kwargs are passed.
2121
- [Installation](#installation)
2222
- [Usage Example](#usage-example)
2323
- [Benefits](#benefits)
24+
- [Changelog](CHANGELOG.rst)
2425

2526
<!-- tocstop -->
2627

deprecate_kwargs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)