Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz committed May 15, 2018
1 parent 7127d3d commit fb357e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.2.2

- Fix bug on whitelisting metadata in Builder.

## 0.2.1

- Refactor of multilanguage support.

## 0.2.0

- Experimental support for languages via NLTK, currently supported languages are arabic, danish, dutch, english, finnish, french, german, hungarian, italian, norwegian, portuguese, romanian, russian, spanish and swedish. Note compatibility with Lunr.js and lunr-languages is reduced.
Expand Down
2 changes: 1 addition & 1 deletion lunr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

logging.basicConfig(format="%(levelname)-7s - %(message)s")

__VERSION__ = '0.2.1'
__VERSION__ = '0.2.2'
__TARGET_JS_VERSION__ = '2.1.5'

0 comments on commit fb357e6

Please sign in to comment.