Skip to content

Commit

Permalink
Release version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 17, 2019
1 parent 37c6d39 commit 0a01428
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

0.9 (2019-01-16)
----------------
- Support for loading CSVs directly from URLs, thanks @betatim - #38
- New -pk/--primary-key options, closes #22
- Create FTS index for extracted column values
- Added --no-fulltext-fks option, closes #32
- Now using black for code formatting
- Bumped versions of dependencies

0.8.1 (2018-04-24)
------------------
- Updated README and CHANGELOG, tweaked --help output
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def get_long_description():
long_description=get_long_description(),
long_description_content_type="text/markdown",
author="Simon Willison",
version="0.8.1",
version="0.9",
license="Apache License, Version 2.0",
packages=find_packages(),
install_requires=[
Expand Down

0 comments on commit 0a01428

Please sign in to comment.