Skip to content

Commit 5070962

Browse files
prepare release 0.6.0 (#413)
1 parent 234625d commit 5070962

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.6.0 (January 12, 2022)
44

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:
513
- Support generic type evaluators (#409)
614
- Implement return annotation behavior for type evaluation
715
functions (#408)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools.extension import Extension
55

66

7-
VERSION = "0.5.0"
7+
VERSION = "0.6.0"
88
# Used in internal packaging system.
99
if "SANTA_PACKAGE_VERSION" in os.environ:
1010
VERSION = "%s.%s" % (VERSION, os.environ["SANTA_PACKAGE_VERSION"])

0 commit comments

Comments
 (0)