Simon Willison
30a390780a
Release 2.8, refs #27 and #107
2020-05-03 08:39:56 -07:00
Simon Willison
79541d3a6d
Release 2.7.2, refs #106
2020-05-02 09:05:27 -07:00
Simon Willison
b4d953d3cc
Release 2.7.1, refs #102 #104 #105
2020-05-01 15:08:37 -07:00
Simon Willison
f58f746424
Release 2.7 - refs #100
2020-04-17 17:04:50 -07:00
Simon Willison
13528faa81
Release 2.6
2020-04-15 20:13:13 -07:00
Simon Willison
ad6ac19470
Release 2.5
...
Refs #96 . Refs #98 . Closes #97 .
2020-04-12 20:52:19 -07:00
Simon Willison
22250a9c73
Release 2.4.4
2020-03-23 13:32:09 -07:00
Simon Willison
3db9881970
Release 2.4.3
2020-03-23 12:58:55 -07:00
Simon Willison
755580e2f3
Release 2.4.2
2020-03-14 13:09:56 -07:00
Simon Willison
8f19bbed02
Release 2.4.1
2020-03-01 22:12:21 -08:00
Simon Willison
277d4e55c4
Release 2.4
2020-02-26 20:55:58 -08:00
Simon Willison
de45597327
Release 2.3.1
2020-02-10 21:15:10 -08:00
Simon Willison
0c2451e069
Release 2.3
2020-02-08 15:56:16 -08:00
Simon Willison
4cbade2564
Release 2.2.1
2020-02-06 23:20:03 -08:00
Simon Willison
72fa16b3d9
Release 2.2
2020-02-01 13:59:08 -08:00
Simon Willison
f7289174e6
Release 2.1
2020-01-30 16:25:20 -08:00
John Vandenberg
0988f2eccc
Explicitly include tests and docs in sdist ( #75 )
...
Also exclude 'tests' from runtime installation - thanks, @jayvdb
2020-01-30 16:21:26 -08:00
Simon Willison
59a2e8ebdc
Release 2.0.1
2020-01-05 09:23:02 -08:00
Simon Willison
c6c2e7184b
Release 2.0
2019-12-29 22:18:58 -08:00
Simon Willison
0a0cec3cf2
Release 1.12.1
2019-11-06 20:58:47 -08:00
Simon Willison
a0a65f9a64
Release 1.12
2019-11-04 08:28:52 -08:00
Simon Willison
d5e1f8ac77
Release 1.11
2019-09-02 17:58:41 -07:00
Simon Willison
53124bc02f
Release 1.10
2019-08-23 15:24:04 +03:00
Simon Willison
6ac0a5df5d
Release 1.9
2019-08-04 06:35:30 +03:00
Simon Willison
e1021030dd
Release 1.8
2019-07-28 18:41:42 +03:00
Simon Willison
a6749cdf43
Release 1.7.1
2019-07-28 15:00:51 +03:00
Simon Willison
9b7be79c86
Release 1.7 - with lookup table support
2019-07-24 08:50:41 +02:00
Simon Willison
c88f0a4d46
Release 1.6
2019-07-18 21:51:21 -07:00
Simon Willison
ef112ffc94
Release 1.5
2019-07-14 21:37:31 -07:00
Simon Willison
a8ecf95f11
Use pip install -e .[docs] for documentation dependencies
2019-07-14 12:23:31 -07:00
Simon Willison
72a6f430df
Update PyPI classifiers
2019-07-14 10:16:36 -07:00
Simon Willison
41d1751aec
Release 1.4.1
2019-07-14 10:08:34 -07:00
Simon Willison
fad14ab943
Release 1.4
2019-06-30 16:51:17 -07:00
Simon Willison
b4e36546b0
Release 1.3
2019-06-28 23:32:36 -07:00
Simon Willison
641eccc2b7
Release 1.2.2
2019-06-25 21:20:55 -07:00
Simon Willison
46281c9db0
Release 1.2.1
2019-06-20 17:01:24 -07:00
Simon Willison
1c8a0e874f
Release 1.2
2019-06-12 23:39:59 -07:00
Simon Willison
7a3041b1ad
Releasing 1.1
2019-05-28 22:12:03 -07:00
Simon Willison
63953f56e7
Release 1.0.1
2019-05-27 17:50:28 -07:00
Simon Willison
ee017cdbdd
Release notes for 1.0, closes #22
2019-05-24 18:06:38 -07:00
Simon Willison
8ab7dcb4f9
Update description, don't package tests/
2019-05-24 17:37:29 -07:00
Simon Willison
05317f5341
Release 0.14
2019-02-24 15:11:51 -08:00
Simon Willison
1b6025e8ab
Release 0.13
2019-02-23 22:54:43 -08:00
Simon Willison
6c3f5e6479
Added --table and --fmt options for table output using tabulate
2019-02-23 22:45:17 -08:00
Simon Willison
1ffa40301d
Releasing 0.12
2019-02-22 18:22:28 -08:00
Simon Willison
f2ca48c0da
Default command now executes queries, --csv or --json
...
I replaced the following commands:
sqlite-utils json db.db "select * from table"
sqlite-utils csv db.db "select * from table"
With a unified 'query' command, which is now set as the default:
sqlite-utils db.db "select * from table"
sqlite-utils db.db "select * from table" --csv
2019-02-22 17:40:21 -08:00
Simon Willison
6acfd456b0
Releasing 0.11
2019-02-07 21:22:13 -08:00
Simon Willison
7c09a2e994
Release 0.10
2019-02-06 21:17:52 -08:00
Simon Willison
79a0f9cc96
Releasing 0.9
2019-01-27 22:34:33 -08:00
Simon Willison
9a4d1ff0a2
Releasing 0.8.1 (just a better README)
2019-01-25 18:22:18 -08:00