From 82ee68d3e2a0234a9ddd3369b33b0c7307a8f263 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Thu, 25 Apr 2024 17:06:26 +0900 Subject: [PATCH] Release 0.63.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0634ed88c..fddb12ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# v0.63.0 - 2024-04-25 + +- [BUGFIX] views/NotifierUpdate: Escape square brackets in global message #503 +- [BUGFIX] global_messages: Move v-pre to a more specific place #502 +- [BUGFIX] templates: Add v-pre to protect against XSS #501 +- [INTERNAL] Routine Dependabot updates #500 +- [INTERNAL] Bump actions/checkout from 4.1.2 to 4.1.3 #499 + # v0.62.0 - 2024-04-22 - [BUGFIX] Use additional v-pre tags to avoid issues with user input. #498 diff --git a/pyproject.toml b/pyproject.toml index 7a69b1eb1..760feeea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "promgen" -version = "0.63.0.dev" +version = "0.63.0" authors = [{ name = "LINE Corporation", email = "dl_oss_dev@linecorp.com" }] classifiers = [ "Environment :: Web Environment",