Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Oct 3, 2017
1 parent f9fa60c commit e749bdb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions Changelog.md
@@ -1,8 +1,16 @@
0.0.8 (October 2, 2017)
This release adds several new features:
- Experimental support for HDFS (thanks to @ValHayot)
- Ability to include or exclude certain directories from indexing (thanks to @adelavega)
- Refactored code to support more modular extensions to other file systems
- Ability to write indexes out to, and reconstruct from, static .json files
- Support for arbitrary entity mapping functions passed by name in the config file

0.0.7 (August 11, 2017)
Minor improvements and bug fixes:
- Adds option to use strict matching when calling get_nearest()
- Adds ability to exclude certain directories from indexing (thanks to @adelavega)
- Fix travis config
- Adds option to use strict matching when calling get_nearest()
- Adds ability to exclude certain directories from indexing (thanks to @adelavega)
- Fix travis config

0.0.6 (March 31, 2017)
Minor improvements and bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Get grabby with file trees

## Overview

Grabbit is a lightweight Python 2 and 3 package for simple queries over filenames within a project. It's geared towards projects or applications with highly structured filenames that allow useful queries to be performed without having to inspect the file metadata or contents.
Grabbit is a lightweight Python 3 package for simple queries over filenames within a project. It's geared towards projects or applications with highly structured filenames that allow useful queries to be performed without having to inspect the file metadata or contents.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

tests_require = []

VERSION = "0.0.7"
VERSION = "0.0.8"

setup(
name="grabbit",
Expand Down

0 comments on commit e749bdb

Please sign in to comment.