We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a894d commit 68e90b6Copy full SHA for 68e90b6
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# I am terrible at keeping this up-to-date.
2
3
+## 1.11.0 (2020-04-29)
4
+feat: add `--head` to read headers out of a json file (thanks @braedon)
5
+
6
## 1.10.2 (2020-04-11)
7
bug: update min vapid requirement to 1.7.0
8
setup.py
@@ -4,7 +4,7 @@
from setuptools import find_packages, setup
-__version__ = "1.10.2"
+__version__ = "1.11.0"
9
10
def read_from(file):
0 commit comments