Skip to content

Commit

Permalink
prepare release 1.8.0 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
JelleZijlstra authored Apr 20, 2022
1 parent 530d0a4 commit d330491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
## Unreleased
## 1.8.0

* Add `.fn` attributes to cache functions in `qcore.caching`,
enabling pyanalyze type checking
* Remove broken caching from qcore.inspection.get_full_name
* Add support for Python 3.10
* Support dict subclasses in `qcore.asserts.assert_dict_eq`
* Fix `**kwargs` support in `qcore.caching.cached_per_instance`
* Use ASCII representation of objects in error messages
* Fix type annotation for `qcore.caching.LRUCache.get`

## 1.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
)


VERSION = "1.7.0"
VERSION = "1.8.0"


EXTENSIONS = [
Expand Down

0 comments on commit d330491

Please sign in to comment.