Skip to content

Commit aba0803

Browse files
author
GitHub Bot
committed
Update CHANGELOG for auto-release v0.21.1
1 parent e835b74 commit aba0803

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v0.21.1] - 2021-08-29
6+
57
- [DOC] Fix references and broken links in AUTHORS.rst. @loganthomas
68
- [DOC] Updated Broken links in the README and contributing docs. @nvamsikrishna05
79
- [INF] Update pre-commit hooks and remove mutable references. Issue #844. @loganthomas
@@ -15,7 +17,7 @@
1517
- [DOC] Delete Read the Docs project and remove all readthedocs.io references from the repo. Issue #863. @loganthomas
1618
- [DOC] Updated various documentation sources to reflect pyjanitor-dev ownership. @loganthomas
1719
- [INF] Fix `isort` automatic checks. Issue #845. @loganthomas
18-
- [ENH] `complete` function now uses variable args (*args) - @samukweku
20+
- [ENH] `complete` function now uses variable args (\*args) - @samukweku
1921
- [EHN] Set `expand_column`'s `sep` default is `"|"`, same to `pandas.Series.str.get_dummies`. Issue #876. @Zeroto521
2022
- [ENH] Deprecate `limit` from fill_direction. fill_direction now uses kwargs. @samukweku
2123
- [ENH] Added `conditional_join` function that supports joins on non-equi operators. @samukweku
@@ -230,7 +232,10 @@ We thank all contributors
230232
who have helped make `pyjanitor`
231233
the package that it is today.
232234

233-
[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.0...HEAD
235+
[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.1...HEAD
236+
237+
[v0.21.1]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.21.0...v0.21.1
238+
234239
[v0.21.0]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.20.14...v0.21.0
235240

236241
[v0.20.14]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.20.13...v0.20.14

0 commit comments

Comments
 (0)