From 84c535516fe74d389b3c446a89bfe05292006503 Mon Sep 17 00:00:00 2001 From: Serg Tereshchenko Date: Sat, 14 May 2022 11:30:09 +0300 Subject: [PATCH] chore(release): 0.18.0 --- CHANGELOG.md | 13 +++++++++++++ modeltranslation/VERSION | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e37eb1..6cdd68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.18.0](https://github.com/deschler/django-modeltranslation/compare/v0.17.7...v0.18.0) (2022-05-14) + + +### ⚠ BREAKING CHANGES + +* Replaced `VERSION` in tuple format by `__version__` as a string + +### Bug Fixes + +* Add django version check for default_app_config ([79d2e08](https://github.com/deschler/django-modeltranslation/commit/79d2e089eff2f6bcfd150d3ac6e165bfefa475cb)) +* Fix django version detect during install ([876f2e7](https://github.com/deschler/django-modeltranslation/commit/876f2e715804e5cba9f8dde0b8a75ff3179e908c)) +* Store version as plain text file to simplify bumping ([#636](https://github.com/deschler/django-modeltranslation/issues/636)) ([6b4bb73](https://github.com/deschler/django-modeltranslation/commit/6b4bb733d971363c223d9d4ff307a0f9be131315)) + ### [0.17.7](https://github.com/deschler/django-modeltranslation/compare/v0.17.6...v0.17.7) (2022-05-04) diff --git a/modeltranslation/VERSION b/modeltranslation/VERSION index 7939495..47d04a5 100644 --- a/modeltranslation/VERSION +++ b/modeltranslation/VERSION @@ -1 +1 @@ -0.17.7 +0.18.0 \ No newline at end of file