Skip to content

Commit

Permalink
release 11.0.1 (#351)
Browse files Browse the repository at this point in the history
* release

* fix formating CHANGES.rst
  • Loading branch information
northernSage authored May 28, 2022
1 parent 663a595 commit a04b8f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
Changelog
=========


Version 1.11.0
--------------

Unreleased
Released 2022-05-27

- Add suport for cached/memoized generators. PR `#286 <https://github.com/pallets-eco/flask-caching/pull/286>`_.
- Add support for Flask 2.0 async. PR `#282 <https://github.com/pallets-eco/flask-caching/pull/282>`_.
- Cachelib is now used as backend. PR `#308 <https://github.com/pallets-eco/flask-caching/pull/308>`_.
- Drop support for python 3.6. PR `#332 <https://github.com/pallets-eco/flask-caching/pull/332>`_.
- Add support for dynamic cache timeouts `#296 <https://github.com/pallets-eco/flask-caching/pull/296>`_.
- Fix bug `#343 <https://github.com/pallets-eco/flask-caching/issues/343>`_ in CACHE_OPTIONS reading for radis in RedisSentinelCache
- Fix bug in ``CACHE_OPTIONS`` reading for redis in ``RedisSentinelCache``. PR `#343 <https://github.com/pallets-eco/flask-caching/issues/343>`_.


Version 1.10.1
--------------
Expand Down
2 changes: 1 addition & 1 deletion src/flask_caching/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
from flask_caching.utils import make_template_fragment_key # noqa: F401
from flask_caching.utils import wants_args

__version__ = "1.10.1"
__version__ = "1.11.0"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit a04b8f3

Please sign in to comment.