We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d674f commit fd0a26aCopy full SHA for fd0a26a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.2.0
4
+
5
+- add `direction` sub-command with path direction reporting
6
7
## v0.1.0
8
-- initial release with `path` sub-command support
9
+- initial release with `path` sub-command
lib/pathins/__init__.py
@@ -1,3 +1,3 @@
#!/usr/bin/env python3
-version = __version__ = "0.1.1-dev0"
+version = __version__ = "0.2.0"
0 commit comments