Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A5rocks committed Oct 17, 2023
1 parent a6144a1 commit 4037dd7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
11 changes: 11 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Release history

.. towncrier release notes start
Outcome 1.3.0 (2023-10-17)
--------------------------

Features
~~~~~~~~

- Added type hints to the package. :py:class:`Value` and :py:class`Outcome` are now generic.
A type alias was also added (:py:data:`Maybe`) for the union of :py:class:`Value`
and :py:class:`Error`. (`#36 <https://github.com/python-trio/outcome/issues/36>`__)


Outcome 1.2.0 (2022-06-14)
--------------------------

Expand Down
3 changes: 0 additions & 3 deletions newsfragments/36.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/outcome/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
if TYPE_CHECKING:
from typing_extensions import Final

__version__: 'Final[str]' = "1.2.0+dev"
__version__: 'Final[str]' = "1.3.0"

0 comments on commit 4037dd7

Please sign in to comment.