Skip to content

Commit

Permalink
Update changelog and fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JWCook committed May 12, 2021
1 parent 0efa0c5 commit 6a0d00b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
@@ -1,6 +1,6 @@
# History

## 0.4.0 (2021-05-TBD)
## 0.4.0 (2021-05-12)
* Add optional support for the following **request** headers:
* `Cache-Control: max-age`
* `Cache-Control: no-cache`
Expand All @@ -13,6 +13,7 @@
* Add a `use_temp` option to `SQLiteBackend` to use a tempfile
* Packaging is now handled with Poetry. For users, installation still works the same. For developers,
see [Contributing Guide](https://aiohttp-client-cache.readthedocs.io/en/latest/contributing.html) for details
* Published package on [conda-forge](https://anaconda.org/conda-forge/aiohttp-client-cache)

## 0.3.0 (2021-04-09)
[See all issues & PRs for v0.3](https://github.com/JWCook/aiohttp-client-cache/milestone/2?closed=1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -29,7 +29,7 @@ Breaking changes should be expected until a `1.0` release, so version pinning is

I am developing this while also maintaining [requests-cache](https://github.com/reclosedev/requests-cache),
and my goal is to eventually have a similar (but not identical) feature set between the two libraries.
If there is a feature you want, or if you've discovered a bug, of it you have other general feedback, please
If there is a feature you want, if you've discovered a bug, or if you have other general feedback, please
[create an issue](https://github.com/JWCook/aiohttp-client-cache/issues/new/choose) for it!

# Quickstart
Expand Down
4 changes: 4 additions & 0 deletions docs/user_guide.rst
Expand Up @@ -8,6 +8,10 @@ Install with pip:

$ pip install aiohttp-client-cache

Or with conda, if you prefer:

$ conda install -c conda-forge aiohttp-client-cache

Requirements
~~~~~~~~~~~~
* Requires python 3.7+.
Expand Down

0 comments on commit 6a0d00b

Please sign in to comment.