Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed Mar 6, 2018
1 parent 65d1080 commit 911f732
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Changelog.md
@@ -1,3 +1,14 @@
0.1.1 (March 5, 2018)
This release adds several improvements and fixes:
* Introduces "Domains", which allow mapping multiple configs to multiple directories (#49)
* Refactored file writing functionality (#41, #42)
* Adds coveralls support (#54)
* Adds ability to parse entities in filenames without updating Layout index (#52)
* Adds ability to specify Entity dtypes (#52)
* Simplified/revised config file fields (#54)
* New global file-filtering arguments (include and exclude; #54)
* Various minor bug fixes and improvements (#43, #44, #48)

0.1.0 (January 10, 2018)
This release adds several new features. In the interest of making the .PATCH version number meaningful, it also bumps the version to 0.1.0. New features:
- Enables flexible file path construction and writing (thanks to @qmac)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

tests_require = []

VERSION = "0.1.0"
VERSION = "0.1.1"

setup(
name="grabbit",
Expand Down

0 comments on commit 911f732

Please sign in to comment.