Skip to content

Commit

Permalink
chore: release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabor-boros committed Oct 20, 2020
1 parent bc47b92 commit 78c07bc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The format is based on `Keep a Changelog`_, and this project adheres to

.. Hyperlinks for releases
.. _Unreleased: https://github.com/gabor-boros/hammurabi/compare/v0.11.0...master
.. _Unreleased: https://github.com/gabor-boros/hammurabi/compare/v0.11.1...master
.. _0.1.0: https://github.com/gabor-boros/hammurabi/releases/tag/v0.1.0
.. _0.1.1: https://github.com/gabor-boros/hammurabi/releases/tag/v0.1.1
.. _0.1.2: https://github.com/gabor-boros/hammurabi/releases/tag/v0.1.2
Expand All @@ -32,15 +32,30 @@ The format is based on `Keep a Changelog`_, and this project adheres to
.. _0.9.1: https://github.com/gabor-boros/hammurabi/releases/tag/v0.9.1
.. _0.10.0: https://github.com/gabor-boros/hammurabi/releases/tag/v0.10.0
.. _0.11.0: https://github.com/gabor-boros/hammurabi/releases/tag/v0.11.0
.. _0.11.1: https://github.com/gabor-boros/hammurabi/releases/tag/v0.11.1

Unreleased_
-----------

0.11.1_ - 2020-10-20
--------------------

Fixed
~~~~~

* Fix MRO issue when precondition names cannot be retrieved when exception occurs

Changed
~~~~~~~

* Bump hypothesis to 5.37.3
* Bump ujson to 4.0.1
* Bump mypy to 0.790
* Bump flake8 to 3.8.4
* Bump gitpython to 3.1.9
* Bump pytest to 6.1.0
* Bump more-itertools to 8.5.0

0.11.0_ - 2020-09-19
--------------------

Expand Down
2 changes: 1 addition & 1 deletion hammurabi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@
except ImportError:
logging.debug("import of yaml file based rules is skipped")

__version__ = "0.11.0"
__version__ = "0.11.1"
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hammurabi"
version = "0.11.0"
version = "0.11.1"
license = "Apache-2.0"
description = "Hammurabi is an extensible CLI tool responsible for enforcing user-defined rules on a git repository."
documentation = "https://readthedocs.org/projects/hammurabi/badge/"
Expand Down Expand Up @@ -30,7 +30,8 @@ authors = [
"Gábor Boros <gabor.brs@gmail.com>"
]
maintainers = [
"Gábor Boros <gabor.brs@gmail.com>"
"Gábor Boros <gabor.brs@gmail.com>",
"László Üveges",
]

[tool.poetry.urls]
Expand Down

0 comments on commit 78c07bc

Please sign in to comment.