File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.9 (2019-01-16)
5
+ ----------------
6
+ - Support for loading CSVs directly from URLs, thanks @betatim - #38
7
+ - New -pk/--primary-key options, closes #22
8
+ - Create FTS index for extracted column values
9
+ - Added --no-fulltext-fks option, closes #32
10
+ - Now using black for code formatting
11
+ - Bumped versions of dependencies
12
+
4
13
0.8.1 (2018-04-24)
5
14
------------------
6
15
- Updated README and CHANGELOG, tweaked --help output
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def get_long_description():
17
17
long_description = get_long_description (),
18
18
long_description_content_type = "text/markdown" ,
19
19
author = "Simon Willison" ,
20
- version = "0.8.1 " ,
20
+ version = "0.9 " ,
21
21
license = "Apache License, Version 2.0" ,
22
22
packages = find_packages (),
23
23
install_requires = [
You can’t perform that action at this time.
0 commit comments