We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a514b8f commit 9fdfe9eCopy full SHA for 9fdfe9e
CHANGELOG.md
@@ -1,6 +1,9 @@
1
Note: this changelog only lists feature additions, not bugfixes. For details on
2
those, see the Git history.
3
4
+- v1.22
5
+ - Add support for creating hardlinks in `link`
6
+ - Add ability to pass multiple config files
7
- v1.21
8
- Drop support for Python 3.6: the minimum version supported is now Python
9
3.7
src/dotbot/__init__.py
@@ -1,6 +1,6 @@
from dotbot.cli import main
from dotbot.plugin import Plugin
-__version__ = "1.21.0"
+__version__ = "1.22.0"
__all__ = ["main", "Plugin"]
0 commit comments