From 43c4d26025af40924159a98eace977ac9197900b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 31 Jan 2023 00:18:30 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=205.2.0=20=E2=86=92=205.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- model_clone/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 85b75b81..4ef6ddce 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.2.0 +current_version = 5.3.0 commit = True tag = False diff --git a/model_clone/__init__.py b/model_clone/__init__.py index 14af0e24..58f1cdeb 100644 --- a/model_clone/__init__.py +++ b/model_clone/__init__.py @@ -2,7 +2,7 @@ __author__ = """Tonye Jack""" __email__ = "jtonye@ymail.com" -__version__ = "5.2.0" +__version__ = "5.3.0" from model_clone.admin import CloneModelAdmin, CloneModelAdminMixin from model_clone.mixin import CloneMixin diff --git a/setup.py b/setup.py index 491c7260..b8f32581 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( name="django-clone", - version="5.2.0", + version="5.3.0", description="Create a clone of a django model instance.", python_requires=">=3.6", long_description=LONG_DESCRIPTION, From 740333f93039c020c7219c61100b6fe099440fed Mon Sep 17 00:00:00 2001 From: jackton1 Date: Tue, 31 Jan 2023 00:32:46 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Upgraded=20from=20v5.2.0=20=E2=86=92=20v5.3?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e103f3..720877a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,42 @@ # Changelog -## [Unreleased](https://github.com/tj-django/django-clone/tree/HEAD) +## [v5.3.0](https://github.com/tj-django/django-clone/tree/v5.3.0) (2023-01-30) -[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.2.0...HEAD) +[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.2.0...v5.3.0) + +**Implemented enhancements:** + +- \[Feature\] Create m2m relations with existing objects new.m2mfield.set\(old.m2mfield.all\(\)\) [\#703](https://github.com/tj-django/django-clone/issues/703) **Closed issues:** - CVE-2022-40899 \(Medium\) detected in future-0.18.2.tar.gz - autoclosed [\#726](https://github.com/tj-django/django-clone/issues/726) +- Dependency Dashboard [\#198](https://github.com/tj-django/django-clone/issues/198) -## [v5.2.0](https://github.com/tj-django/django-clone/tree/v5.2.0) (2022-12-30) +**Merged pull requests:** -[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.1.0...v5.2.0) +- Updated README.md [\#756](https://github.com/tj-django/django-clone/pull/756) ([jackton1](https://github.com/jackton1)) +- Updated docs [\#755](https://github.com/tj-django/django-clone/pull/755) ([github-actions[bot]](https://github.com/apps/github-actions)) +- docs: add DanielSchaffer as a contributor for code, and test [\#754](https://github.com/tj-django/django-clone/pull/754) ([allcontributors[bot]](https://github.com/apps/allcontributors)) +- fix: error running pre-commit [\#753](https://github.com/tj-django/django-clone/pull/753) ([jackton1](https://github.com/jackton1)) +- feat: add option to link existing objects of m2m fields instead of cloning them [\#752](https://github.com/tj-django/django-clone/pull/752) ([DanielSchaffer](https://github.com/DanielSchaffer)) +- Updated docs [\#751](https://github.com/tj-django/django-clone/pull/751) ([github-actions[bot]](https://github.com/apps/github-actions)) +- Updated README.md [\#750](https://github.com/tj-django/django-clone/pull/750) ([jackton1](https://github.com/jackton1)) +- chore\(deps\): update peaceiris/actions-gh-pages action to v3.9.2 [\#749](https://github.com/tj-django/django-clone/pull/749) ([renovate[bot]](https://github.com/apps/renovate)) +- \[pre-commit.ci\] pre-commit autoupdate [\#748](https://github.com/tj-django/django-clone/pull/748) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) +- chore\(deps\): update tj-actions/semver-diff action to v2.4.1 [\#747](https://github.com/tj-django/django-clone/pull/747) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update tj-actions/semver-diff action to v2.4.0 [\#746](https://github.com/tj-django/django-clone/pull/746) ([renovate[bot]](https://github.com/apps/renovate)) +- Bump tj-actions/semver-diff from 2.2.0 to 2.3.0 [\#745](https://github.com/tj-django/django-clone/pull/745) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): update tj-actions/semver-diff action to v2.2.0 [\#744](https://github.com/tj-django/django-clone/pull/744) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update actions/checkout action to v3.3.0 [\#743](https://github.com/tj-django/django-clone/pull/743) ([renovate[bot]](https://github.com/apps/renovate)) +- chore\(deps\): update peaceiris/actions-gh-pages action to v3.9.1 [\#742](https://github.com/tj-django/django-clone/pull/742) ([renovate[bot]](https://github.com/apps/renovate)) +- Updated docs [\#741](https://github.com/tj-django/django-clone/pull/741) ([github-actions[bot]](https://github.com/apps/github-actions)) +- chore\(deps\): update dependency django to v4.1.5 [\#740](https://github.com/tj-django/django-clone/pull/740) ([renovate[bot]](https://github.com/apps/renovate)) +- Upgraded v5.1.0 → v5.2.0 [\#739](https://github.com/tj-django/django-clone/pull/739) ([jackton1](https://github.com/jackton1)) -**Closed issues:** +## [v5.2.0](https://github.com/tj-django/django-clone/tree/v5.2.0) (2022-12-30) -- Dependency Dashboard [\#198](https://github.com/tj-django/django-clone/issues/198) +[Full Changelog](https://github.com/tj-django/django-clone/compare/v5.1.0...v5.2.0) **Merged pull requests:**