Skip to content

Commit

Permalink
Update changelog, revert version change
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstarkey committed Mar 18, 2024
1 parent 36ae122 commit 40b020f
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 @@ -5,13 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
* Support for Python 3.9, 3.10, 3.11, and 3.12
* Support for Django 3.2, 4.2, and 5.0
* Support for Django REST Framework 3.12, 3.13, 3.14, and 3.15

### Changed
* Switches from Travis CI to Github Actions
* Introduced `black` and `isort` to standardise coding style
* Restructures requirements to create single source of truth
* Drops `./runtest` executable, `pytest` now direct route
* Drops `mock` dependency, in favour of `unittest.mock`

### Removed
* Support for Python <= 3.7 (EOL 2023)
* Support for Django <= 3.1 (EOL 2021)
* Support for Django REST Framework <= 3.11

## [2.0.1] - 2020-09-20
### Fixed
* Removed `import_local()`, use Django's in-built `import_string()` method
Expand Down
2 changes: 1 addition & 1 deletion rest_framework_serializer_extensions/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.0"
__version__ = "2.0.1"

0 comments on commit 40b020f

Please sign in to comment.