Skip to content

Commit 2dcce9c

Browse files
committed
Update CHANGELOG and version.
1 parent 0ee16de commit 2dcce9c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.0](https://github.com/fabiocaccamo/django-cache-cleaner/releases/tag/0.2.0) - 2025-04-03
8+
- Add `Django 5.2` support.
9+
- Bump `pre-commit` hooks.
10+
- Bump requirements.
11+
712
## [0.1.0](https://github.com/fabiocaccamo/django-cache-cleaner/releases/tag/0.1.0) - 2024-06-25
813
- Released `django-cache-cleaner`.

cache_cleaner/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
__email__ = "[email protected]"
88
__license__ = "MIT"
99
__title__ = "django-cache-cleaner"
10-
__version__ = "0.1.0"
10+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)