Skip to content

Commit

Permalink
chore: bump version to 1.1.0 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dresdn authored Nov 8, 2021
1 parent 814aeba commit 9f624b7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 48 deletions.
35 changes: 31 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,47 @@
# Version History

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

## {{ Next Version }}

### Features

### Bug Fixes

### Misc

## 1.1.0 (2021-11-07)

### Features

- Adds support for entity models with UUId as a primary key #38

### Bug Fixes

- Fixes `ValueError` for models without local managers #41
- Fixes `str()` and `repr()` for `EnumGroup` and `EnumValue` objects #91

### Misc

- Bumps min python version to `3.6.2`

**Full Changelog**: https://github.com/jazzband/django-eav2/compare/1.0.0...1.1.0

## 1.0.0 (2021-10-21)

## Breaking Changes
### Breaking Changes

- Drops support for `django1.x`
- Drops support for `django3.0`
- Moves `JSONField()` datatype to `django-jsonfield-backport` for Django2.2 instances

## Features
### Features

- Adds support for `django3.2`
- Adds support for `python3.9`
- Adds support for `defaults` keyword on `get_or_create()`

## Misc
### #Misc

- Revamps all tooling, including moving to `poetry`, `pytest`, and `black`
- Adds Github Actions and Dependabot
Expand All @@ -23,7 +50,7 @@

## 0.14.0 (2021-04-23)

## Misc
### Misc

- This release will be the last to support this range of Django versions: 1.11, 2.0, 2.1, 2.2, 3.0. SInce all of their extended support was ended by Django Project.
- From the next release only will be supported 2.2 LTS, 3.1, and 3.2 LTS (eventually 4.x)
Expand Down
46 changes: 3 additions & 43 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = '\.pyi?$'
[tool.poetry]
name = "django-eav2"
description = "Entity-Attribute-Value storage for Django"
version = "1.0.0"
version = "1.1.0"
license = "GNU Lesser General Public License (LGPL), Version 3"
packages = [
{ include = "eav" }
Expand Down

0 comments on commit 9f624b7

Please sign in to comment.