Skip to content

Commit 9fdfe9e

Browse files
committed
Release 1.22.0
1 parent a514b8f commit 9fdfe9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Note: this changelog only lists feature additions, not bugfixes. For details on
22
those, see the Git history.
33

4+
- v1.22
5+
- Add support for creating hardlinks in `link`
6+
- Add ability to pass multiple config files
47
- v1.21
58
- Drop support for Python 3.6: the minimum version supported is now Python
69
3.7

src/dotbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from dotbot.cli import main
22
from dotbot.plugin import Plugin
33

4-
__version__ = "1.21.0"
4+
__version__ = "1.22.0"
55

66
__all__ = ["main", "Plugin"]

0 commit comments

Comments
 (0)