Skip to content

Commit

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

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

## v4.0.0 (2021-09-09)
### Feature
* Add overwrite/automatic/manual cache policies ([`a013b69`](https://github.com/kalekundert/autoprop/commit/a013b69e1222918e776899d81eab29417eab0af0))

### Breaking
* remove property/object/class cache policies. ([`a013b69`](https://github.com/kalekundert/autoprop/commit/a013b69e1222918e776899d81eab29417eab0af0))

### Documentation
* Describe how to manually clear the cache ([`7a526e7`](https://github.com/kalekundert/autoprop/commit/7a526e73b9c9ca39d9813cdeb10abba8d1f73059))

## v3.0.0 (2021-05-27)
### Feature
* Change default cache policy to 'property' ([`a3baec5`](https://github.com/kalekundert/autoprop/commit/a3baec55ceee721c9090dc2a5639ac686eb6170e))
Expand Down
2 changes: 1 addition & 1 deletion autoprop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
get_cached_attr, set_cached_attr, del_cached_attr,
)

__version__ = '3.0.0'
__version__ = '4.0.0'

# Hack to make the module directly usable as a decorator. Only works for
# python 3.5 or higher. See this Stack Overflow post:
Expand Down

0 comments on commit 8374209

Please sign in to comment.