From 6af6dd3407e89f67addd0cf572ecf38af09aa9d7 Mon Sep 17 00:00:00 2001 From: Gary Gale Date: Sat, 18 Jan 2025 11:43:18 +0000 Subject: [PATCH] docs: change log for 0.2.3 --- CHANGELOG.md | 21 +++++++++++++++++++++ changelog.d/172.build.md | 1 - changelog.d/293.build.md | 1 - changelog.d/359.build.md | 1 - changelog.d/360.build.md | 1 - changelog.d/378.build.md | 1 - changelog.d/459.fix.md | 1 - changelog.d/464.build.md | 1 - changelog.d/466.build.md | 1 - changelog.d/486.build.md | 1 - changelog.d/490.build.md | 1 - changelog.d/493.build.md | 1 - changelog.d/507.build.md | 1 - changelog.d/509.build.md | 1 - 14 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 changelog.d/172.build.md delete mode 100644 changelog.d/293.build.md delete mode 100644 changelog.d/359.build.md delete mode 100644 changelog.d/360.build.md delete mode 100644 changelog.d/378.build.md delete mode 100644 changelog.d/459.fix.md delete mode 100644 changelog.d/464.build.md delete mode 100644 changelog.d/466.build.md delete mode 100644 changelog.d/486.build.md delete mode 100644 changelog.d/490.build.md delete mode 100644 changelog.d/493.build.md delete mode 100644 changelog.d/507.build.md delete mode 100644 changelog.d/509.build.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 179cd21..b53ab57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,27 @@ This project uses [*towncrier*](https://towncrier.readthedocs.io/) and the chang +## [0.2.2](https://github.com/long2ice/fastapi-cache/tree/0.2.2) - 2025-01-18 + +### Bug Fixes + +- Fix failing tests (#459) [#459](https://github.com/long2ice/fastapi-cache/issues/459) + +### Build Changes + +- Use `importlib.metadata` to include project version string as `fastapi_cache.__version__`. [#172](https://github.com/long2ice/fastapi-cache/issues/172) +- (dependabot) Bump actions/checkout from 2 to 4 [#293](https://github.com/long2ice/fastapi-cache/issues/293) +- (dependabot) Bump actions/download-artifact from 2 to 4 (#359) [#359](https://github.com/long2ice/fastapi-cache/issues/359) +- (dependabot) Bump actions/upload-artifact from 3 to 4 (#360) [#360](https://github.com/long2ice/fastapi-cache/issues/360) +- (dependabot) Bump actions/cache from 3 to 4 (#378) [#378](https://github.com/long2ice/fastapi-cache/issues/378) +- (dependabot) Bump dependabot/fetch-metadata from 1 to 2 (#464) [#464](https://github.com/long2ice/fastapi-cache/issues/464) +- (dependabot) Bump tox from 4.20.0 to 4.23.2 (#466) [#466](https://github.com/long2ice/fastapi-cache/issues/466) +- (dependabot) Bump fastapi from 0.115.0 to 0.115.6 (#486) [#486](https://github.com/long2ice/fastapi-cache/issues/486) +- (dependabot) Bump redis from 5.0.8 to 5.2.1 (#490) [#490](https://github.com/long2ice/fastapi-cache/issues/490) +- (dependabot) Bump uvicorn from 0.30.6 to 0.33.0 (#493) [#493](https://github.com/long2ice/fastapi-cache/issues/493) +- (dependabot) Bump pyright from 1.1.381 to 1.1.392.post0 (#507) [#507](https://github.com/long2ice/fastapi-cache/issues/507) +- (dependabot) Bump towncrier from 22.12.0 to 24.8.0 (#509) [#509](https://github.com/long2ice/fastapi-cache/issues/509) + ## 0.2 ### 0.2.1 diff --git a/changelog.d/172.build.md b/changelog.d/172.build.md deleted file mode 100644 index db79b1a..0000000 --- a/changelog.d/172.build.md +++ /dev/null @@ -1 +0,0 @@ -Use `importlib.metadata` to include project version string as `fastapi_cache.__version__`. \ No newline at end of file diff --git a/changelog.d/293.build.md b/changelog.d/293.build.md deleted file mode 100644 index 639b216..0000000 --- a/changelog.d/293.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump actions/checkout from 2 to 4 diff --git a/changelog.d/359.build.md b/changelog.d/359.build.md deleted file mode 100644 index d555552..0000000 --- a/changelog.d/359.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump actions/download-artifact from 2 to 4 (#359) diff --git a/changelog.d/360.build.md b/changelog.d/360.build.md deleted file mode 100644 index 26e907a..0000000 --- a/changelog.d/360.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump actions/upload-artifact from 3 to 4 (#360) diff --git a/changelog.d/378.build.md b/changelog.d/378.build.md deleted file mode 100644 index 3ba741d..0000000 --- a/changelog.d/378.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump actions/cache from 3 to 4 (#378) diff --git a/changelog.d/459.fix.md b/changelog.d/459.fix.md deleted file mode 100644 index 88f938b..0000000 --- a/changelog.d/459.fix.md +++ /dev/null @@ -1 +0,0 @@ -Fix failing tests (#459) diff --git a/changelog.d/464.build.md b/changelog.d/464.build.md deleted file mode 100644 index 36e37ef..0000000 --- a/changelog.d/464.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump dependabot/fetch-metadata from 1 to 2 (#464) diff --git a/changelog.d/466.build.md b/changelog.d/466.build.md deleted file mode 100644 index 4fe5633..0000000 --- a/changelog.d/466.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump tox from 4.20.0 to 4.23.2 (#466) diff --git a/changelog.d/486.build.md b/changelog.d/486.build.md deleted file mode 100644 index 4d0990f..0000000 --- a/changelog.d/486.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump fastapi from 0.115.0 to 0.115.6 (#486) diff --git a/changelog.d/490.build.md b/changelog.d/490.build.md deleted file mode 100644 index 3ef3cef..0000000 --- a/changelog.d/490.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump redis from 5.0.8 to 5.2.1 (#490) diff --git a/changelog.d/493.build.md b/changelog.d/493.build.md deleted file mode 100644 index 0c3b510..0000000 --- a/changelog.d/493.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump uvicorn from 0.30.6 to 0.33.0 (#493) diff --git a/changelog.d/507.build.md b/changelog.d/507.build.md deleted file mode 100644 index 1a610ff..0000000 --- a/changelog.d/507.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump pyright from 1.1.381 to 1.1.392.post0 (#507) diff --git a/changelog.d/509.build.md b/changelog.d/509.build.md deleted file mode 100644 index 26ac260..0000000 --- a/changelog.d/509.build.md +++ /dev/null @@ -1 +0,0 @@ -(dependabot) Bump towncrier from 22.12.0 to 24.8.0 (#509)