Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyarkoni committed May 10, 2018
1 parent 3672d9f commit 6686143
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.23 (May 10, 2018)
This release includes a major refactoring of the internal code, but maintains backward compatibility in the user-facing API. Changes include:
* Elimination of the concept of a static root folder for each Domain in favor of a scan-time search path (#63)
* Allow querying with `None` values for to-be-ignored keys (thanks to @effigies; #62)
* Fix filtering bug (#59)
* Prevent keyword names that conflict with reserved keywords from breaking queries (#60)

0.1.1 (March 5, 2018)
This release adds several improvements and fixes:
* Introduces "Domains", which allow mapping multiple configs to multiple directories (#49)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

tests_require = ["pytest>=3.3.0"]

VERSION = "0.1.1"
VERSION = "0.1.2"

setup(
name="grabbit",
Expand Down

0 comments on commit 6686143

Please sign in to comment.