Skip to content

Commit fd0a26a

Browse files
committed
v0.2.0
1 parent f9d674f commit fd0a26a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.2.0
4+
5+
- add `direction` sub-command with path direction reporting
6+
37
## v0.1.0
48

5-
- initial release with `path` sub-command support
9+
- initial release with `path` sub-command

lib/pathins/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env python3
22

3-
version = __version__ = "0.1.1-dev0"
3+
version = __version__ = "0.2.0"

0 commit comments

Comments
 (0)