Skip to content

Commit

Permalink
Bump version to 0.0.11
Browse files Browse the repository at this point in the history
And update release notes.
  • Loading branch information
pschanely committed Mar 12, 2021
1 parent a4b2af6 commit 3b7fc8c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crosshair/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from crosshair.util import debug

# Do not forget to update in setup.py!
__version__ = "0.0.10"
__version__ = "0.0.11"
__author__ = "Phillip Schanely"
__license__ = "MIT"
__status__ = "Alpha"
20 changes: 18 additions & 2 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,24 @@ Changelog
Next Version
============

* Added `--report_verbose` option to customize whether you get verbose multi-line
counterexample reports or the single-line, machine-readable reporting.
* Nothing yet!

==============
Version 0.0.11
==============

* `Enable <https://github.com/pschanely/CrossHair/issues/84>`_
analysis when only preconditions exist. (this is useful if you just want to catch
exceptions!)
* Added ``--report_verbose`` option to customize whether you get verbose multi-line
counterexample reports or the single-line, machine-readable reporting.
(`command help <https://crosshair.readthedocs.io/en/latest/command-line_interface.html#check>`_)
* Added workaround for missing ``crosshair watch`` output in the PyCharm terminal.
* Assorted bug fixes:
`1 <https://github.com/pschanely/CrossHair/pull/90>`_,
`2 <https://github.com/pschanely/CrossHair/pull/92>`_,
`3 <https://github.com/pschanely/CrossHair/commit/95b6dd1bff0ab186ac61c153fc15d231f7020f1c>`_,
`4 <https://github.com/pschanely/CrossHair/commit/1110d8f81ff967f11fc1439ef4abcf301276f309>`_

==============
Version 0.0.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# the pre-commit checks through check_init_and_setup_coincide.py.
setup(
name="crosshair-tool",
version="0.0.10", # Update this in crosshair/__init__.py too
version="0.0.11", # Update this in crosshair/__init__.py too
author="Phillip Schanely",
author_email="[email protected]",
packages=find_packages(),
Expand Down

0 comments on commit 3b7fc8c

Please sign in to comment.