Skip to content

Commit

Permalink
Version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nestorsalceda committed Apr 26, 2020
1 parent fb5601d commit 3b7590c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# ChangeLog

## Version 0.11.0

* Fix hooks execution
* Avoid linter warnings on before and after each hook
* Document spec_helper.py file usage
* Support for Python 3.8
* Add JUnit XML formatter
* Remove Python 2 support
* Fix error location reporting

## Version 0.10

* Use metadata instead of encode in spec names
Expand Down
2 changes: 1 addition & 1 deletion mamba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import contextlib


__version__ = '0.10'
__version__ = '0.11.0'


def description(message):
Expand Down

0 comments on commit 3b7590c

Please sign in to comment.