Skip to content

Commit b576d97

Browse files
committed
Bump version to 0.5.1
1 parent 4c0e715 commit b576d97

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
`Unreleased`_
2-
=============
1+
`0.5.1`_ (2020-06-12)
2+
=====================
33

44
- Modify the way the ``extra`` dict is used by ``LogRecord`` in order to prevent possible ``KeyError`` with standard ``logging`` handlers (`#271 <https://github.com/Delgan/loguru/issues/271>`_).
55
- Add a new ``default`` optional argument to ``logger.catch()``, it should be the returned value by the decorated function in case an error occurred (`#272 <https://github.com/Delgan/loguru/issues/272>`_).
@@ -157,7 +157,8 @@
157157
Initial release.
158158

159159

160-
.. _Unreleased: https://github.com/delgan/loguru/compare/0.5.0...master
160+
.. _Unreleased: https://github.com/delgan/loguru/compare/0.5.1...master
161+
.. _0.5.1: https://github.com/delgan/loguru/releases/tag/0.5.1
161162
.. _0.5.0: https://github.com/delgan/loguru/releases/tag/0.5.0
162163
.. _0.4.1: https://github.com/delgan/loguru/releases/tag/0.4.1
163164
.. _0.4.0: https://github.com/delgan/loguru/releases/tag/0.4.0

loguru/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from ._logger import Core as _Core
1111
from ._logger import Logger as _Logger
1212

13-
__version__ = "0.5.0"
13+
__version__ = "0.5.1"
1414

1515
__all__ = ["logger"]
1616

0 commit comments

Comments
 (0)