Skip to content

Commit

Permalink
Release 0.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-olivert-riera committed Apr 25, 2024
1 parent 0453ab8 commit 82ee68d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82ee68d

Please sign in to comment.