File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Release history
5
5
6
6
.. towncrier release notes start
7
7
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
+
8
19
Outcome 1.2.0 (2022-06-14)
9
20
--------------------------
10
21
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
if TYPE_CHECKING :
5
5
from typing_extensions import Final
6
6
7
- __version__ : 'Final[str]' = "1.2.0+dev "
7
+ __version__ : 'Final[str]' = "1.3.0 "
You can’t perform that action at this time.
0 commit comments