mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-23 22:55:54 +00:00
chore: release 1.8.2
This commit is contained in:
parent
64919e34ee
commit
cb06860cce
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -2,6 +2,20 @@
|
|||
|
||||
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
|
||||
|
||||
## 1.8.2 (2026-05-22)
|
||||
|
||||
## What's Changed
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fixed `TypeError: 'Q' object is not subscriptable` when combining EAV filters with negated Q objects by @Dresdn in https://github.com/jazzband/django-eav2/pull/846
|
||||
|
||||
### Compatibility
|
||||
|
||||
- Added Django 6.0 support
|
||||
- Dropped support for EOL Django versions — minimum is now Django 5.2
|
||||
- Dropped support for EOL Python versions — minimum is now Python 3.10
|
||||
|
||||
## 1.8.1 (2025-06-02)
|
||||
|
||||
## What's Changed
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
[tool.poetry]
|
||||
name = "django-eav2"
|
||||
description = "Entity-Attribute-Value storage for Django"
|
||||
version = "1.8.1"
|
||||
version = "1.8.2"
|
||||
license = "GNU Lesser General Public License (LGPL), Version 3"
|
||||
packages = [
|
||||
{ include = "eav" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue