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 582ba80 commit 7f55fc4Copy full SHA for 7f55fc4
dataherb/version.py
@@ -1,2 +1,2 @@
1
# Name the version of the code using x.x.x
2
-__version__ = "0.1.3"
+__version__ = "0.1.4"
docs/changelog.md
@@ -1,6 +1,15 @@
# DataHerb Changelog
3
+## 0.1.4 - 2021-08-07
4
5
+Added:
6
+
7
+- Better search result formatting in terminal
8
+- Show config using `dataherb configure --show`
9
10
+Changed:
11
12
+- Better config management
13
14
## 0.1.2 - 2021-08-06
15
0 commit comments