Skip to content

Commit 0a01428

Browse files
committed
Release version 0.9
1 parent 37c6d39 commit 0a01428

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

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+
413
0.8.1 (2018-04-24)
514
------------------
615
- Updated README and CHANGELOG, tweaked --help output

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_long_description():
1717
long_description=get_long_description(),
1818
long_description_content_type="text/markdown",
1919
author="Simon Willison",
20-
version="0.8.1",
20+
version="0.9",
2121
license="Apache License, Version 2.0",
2222
packages=find_packages(),
2323
install_requires=[

0 commit comments

Comments
 (0)