From 1f3f9daaddbbd27f4b64c9f909a5907060d920b2 Mon Sep 17 00:00:00 2001 From: Serhii Tereshchenko Date: Thu, 16 Nov 2023 19:40:27 +0200 Subject: [PATCH] chore(release): 0.6.0-beta.1 --- CHANGELOG.md | 7 +++++++ VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3c5426..9a3a600 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.6.0-beta.1](https://github.com/MongoEngine/django-mongoengine/compare/v0.6.0-beta.0...v0.6.0-beta.1) (2023-11-16) + + +### Features + +* Switch to ruff formatter ([3183d28](https://github.com/MongoEngine/django-mongoengine/commit/3183d286f152d418acf49ecee8b3c3dc49d6b53c)) + ## [0.6.0-beta.0](https://github.com/MongoEngine/django-mongoengine/compare/v0.5.7-beta.1...v0.6.0-beta.0) (2023-11-15) diff --git a/VERSION b/VERSION index e97c1c7..e7a93cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.0-beta.0 \ No newline at end of file +0.6.0-beta.1 \ No newline at end of file