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 cec8c3c commit 63953f5Copy full SHA for 63953f5
docs/changelog.rst
@@ -2,6 +2,14 @@
2
Changelog
3
===========
4
5
+
6
+.. _v1_0_1:
7
8
+1.0.1 (2019-05-27)
9
+------------------
10
11
+- ``sqlite-utils rows data.db table --json-cols`` - fixed bug where ``--json-cols`` was not obeyed
12
13
.. _v1_0:
14
15
1.0 (2019-05-24)
setup.py
@@ -2,7 +2,7 @@
import io
import os
-VERSION = "1.0"
+VERSION = "1.0.1"
def get_long_description():
0 commit comments