From 2945f51ed1b7ebad1298696c5ccc0eedfc132f80 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 27 Sep 2024 14:50:13 +0000 Subject: [PATCH] 6.5.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 10 ++++++++++ game/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3865bf03e..88a0cd158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ +## v6.5.3 (2024-09-27) + +### Fix + +* Migrations ([#1735](https://github.com/ocadotechnology/rapid-router/issues/1735)) ([`559525a`](https://github.com/ocadotechnology/rapid-router/commit/559525a10f942ba5df9fae352bf2c8dd29496b0a)) + +### Documentation + +* Add section to issue templates for code guidance ([#1734](https://github.com/ocadotechnology/rapid-router/issues/1734)) ([`bb7e7a2`](https://github.com/ocadotechnology/rapid-router/commit/bb7e7a2c9ca51eb599b31a9de4771f4525783655)) + ## v6.5.2 (2024-09-16) ### Fix diff --git a/game/__init__.py b/game/__init__.py index 94d193f22..f7ccf53e0 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -1 +1 @@ -__version__ = "6.5.2" +__version__ = "6.5.3"