Skip to content

Commit

Permalink
2.1.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 1, 2021
1 parent f7ac9bb commit 5b1e591
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!--next-version-placeholder-->

## v2.1.1 (2021-04-01)
### Fix
* Cache getters (not just properties) ([`ab454eb`](https://github.com/kalekundert/autoprop/commit/ab454eb1d247b147675fc6c377747892588762c1))

### Documentation
* Reorganize the caching section ([`f7ac9bb`](https://github.com/kalekundert/autoprop/commit/f7ac9bb79ac7764f9227601dd6108c756e934704))
* Fix typo ([`613e180`](https://github.com/kalekundert/autoprop/commit/613e180067aa646e9696e70b88435f3962b37c5c))
* Tweak wording ([`b009007`](https://github.com/kalekundert/autoprop/commit/b009007a819d5bdb71c82dae7d539dca2804edf9))
* Fix formatting ([`11b027f`](https://github.com/kalekundert/autoprop/commit/11b027f36a71f0d94352d3f6911844d0308f222b))
* Improve the first example ([`8e365a1`](https://github.com/kalekundert/autoprop/commit/8e365a1b19f1ab3553ec9346e6e2ed59f132b029))

## v2.1.0 (2021-03-31)
### Feature
* Only configure caching if requested ([`109f430`](https://github.com/kalekundert/autoprop/commit/109f430fd286e139ed2fef02777d106be2334df2))
Expand Down
2 changes: 1 addition & 1 deletion autoprop.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import signature_dispatch
from collections import defaultdict

__version__ = '2.1.0'
__version__ = '2.1.1'

_EXPECTED_NUM_ARGS = {'get': 0, 'set': 1, 'del': 0}
_CACHE_POLICIES = ['dynamic', 'class', 'object', 'property', 'immutable']
Expand Down

0 comments on commit 5b1e591

Please sign in to comment.