Skip to content

Commit

Permalink
Bump version to 0.12.1 + update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoriniere committed Feb 8, 2023
1 parent 01092be commit f3e1017
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project tries to adhere to `Semantic Versioning`_.
.. _`Keep a Changelog`: http://keepachangelog.com/en/1.0.0/
.. _`Semantic Versioning`: http://semver.org/spec/v2.0.0.html

0.12.1 - 2023-02-08
===================

Fixed
-----

- Precedence for unknown operation and boost (#89, thanks to @JSCU-CNI)


0.12.0 - 2022-10-13
===================

Expand Down
2 changes: 1 addition & 1 deletion luqum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

__version__ = '0.12.0'
__version__ = '0.12.1'
__version_info__ = tuple(__version__.split('.'))

0 comments on commit f3e1017

Please sign in to comment.