Skip to content

Commit a38a6b9

Browse files
committed
chore: release 1.8.0
1 parent 2b9b9d7 commit a38a6b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` release.
44

5+
## 1.8.0 (2025-02-24)
6+
7+
## What's Changed
8+
9+
- Add database constraints to Value model for data integrity by @Dresdn in https://github.com/jazzband/django-eav2/pull/706
10+
- Fix for issue #648: Ensure choices are valid (value, label) tuples by @altimore in https://github.com/jazzband/django-eav2/pull/707
11+
512
## 1.7.1 (2024-09-01)
613

714
## What's Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
[tool.poetry]
77
name = "django-eav2"
88
description = "Entity-Attribute-Value storage for Django"
9-
version = "1.8.4"
9+
version = "1.8.0"
1010
license = "GNU Lesser General Public License (LGPL), Version 3"
1111
packages = [
1212
{ include = "eav" }

0 commit comments

Comments
 (0)