Skip to content

Commit 82b63f3

Browse files
authored
Merge pull request #30 from njsmith/release-1.1.0
Release 1.1.0
2 parents 4b917c4 + 9509cea commit 82b63f3

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

docs/source/history.rst

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

66
.. towncrier release notes start
77
8+
Outcome 1.1.0 (2020-11-16)
9+
--------------------------
10+
11+
Bugfixes
12+
~~~~~~~~
13+
14+
- Tweaked the implementation of ``Error.unwrap`` to avoid creating a
15+
reference cycle between the exception object and the ``unwrap``
16+
method's frame. This shouldn't affect most users, but it slightly
17+
reduces the amount of work that CPython's cycle collector has to do,
18+
and may reduce GC pauses in some cases. (`#29 <https://github.com/python-trio/outcome/issues/29>`__)
19+
20+
21+
Deprecations and Removals
22+
~~~~~~~~~~~~~~~~~~~~~~~~~
23+
24+
- Drop support for Python 2.7, 3.4, and 3.5. (`#27 <https://github.com/python-trio/outcome/issues/27>`__)
25+
26+
827
Outcome 1.0.1 (2019-10-16)
928
--------------------------
1029

newsfragments/27.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/outcome/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file is imported from __init__.py and exec'd from setup.py
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0+dev"

0 commit comments

Comments
 (0)