Skip to content

Commit 4037dd7

Browse files
committed
Bump version to 1.3.0
1 parent a6144a1 commit 4037dd7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

docs/source/history.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ Release history
55

66
.. towncrier release notes start
77
8+
Outcome 1.3.0 (2023-10-17)
9+
--------------------------
10+
11+
Features
12+
~~~~~~~~
13+
14+
- Added type hints to the package. :py:class:`Value` and :py:class`Outcome` are now generic.
15+
A type alias was also added (:py:data:`Maybe`) for the union of :py:class:`Value`
16+
and :py:class:`Error`. (`#36 <https://github.com/python-trio/outcome/issues/36>`__)
17+
18+
819
Outcome 1.2.0 (2022-06-14)
920
--------------------------
1021

newsfragments/36.feature.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/outcome/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
if TYPE_CHECKING:
55
from typing_extensions import Final
66

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

0 commit comments

Comments
 (0)