File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Unreleased
3
+ ## Version 0.6.0 (January 12, 2022)
4
4
5
+ Release highlights:
6
+ - Support for configuration through ` pyproject.toml ` . The old
7
+ configuration mechanism will be removed in the next release.
8
+ - Support for experimental new type evaluation mechanism, providing
9
+ a more powerful replacement for overloads.
10
+ - Support for suggesting annotations for unannotated code.
11
+
12
+ Full changelog:
5
13
- Support generic type evaluators (#409 )
6
14
- Implement return annotation behavior for type evaluation
7
15
functions (#408 )
Original file line number Diff line number Diff line change 4
4
from setuptools .extension import Extension
5
5
6
6
7
- VERSION = "0.5 .0"
7
+ VERSION = "0.6 .0"
8
8
# Used in internal packaging system.
9
9
if "SANTA_PACKAGE_VERSION" in os .environ :
10
10
VERSION = "%s.%s" % (VERSION , os .environ ["SANTA_PACKAGE_VERSION" ])
You can’t perform that action at this time.
0 commit comments