Skip to content

Commit

Permalink
0.6.2 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeray Diaz Diaz committed Feb 27, 2022
1 parent 76e85e2 commit 73a8c99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## Unreleased
## 0.6.2 (2022-02-27)

- Add `Pipeline.skip` method to skip pipeline functions on specific fields
@tristanlatr

## 0.6.1
### Deprecation warning

- 0.6.2 will be the last release to support Python 3.6.

## 0.6.1 (2021-10-16)

- Add support for Python 3.10.
- Remove pin to NLTK < 3.5.
Expand Down
2 changes: 1 addition & 1 deletion lunr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

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

__VERSION__ = "0.6.1"
__VERSION__ = "0.6.2"
__TARGET_JS_VERSION__ = "2.3.9"

0 comments on commit 73a8c99

Please sign in to comment.