This commit is contained in:
Travis Ralston 2024-12-19 09:22:53 -07:00
parent 921c6becf1
commit bc995e66d6
53 changed files with 126 additions and 55 deletions

View file

@ -61,14 +61,14 @@ copyright = "The Matrix.org Foundation CIC"
[params.version]
# must be one of "unstable", "current", "historical"
# this is used to decide whether to show a banner pointing to the current release
status = "unstable"
status = "stable"
# A URL pointing to the latest, stable release of the spec. To be shown in the unstable version warning banner.
current_version_url = "https://spec.matrix.org/latest"
# The following is used when status = "stable", and is displayed in various UI elements on a released version
# of the spec. CI will set these values here automatically when a release git tag (i.e `v1.5`) is created.
# major = "1"
# minor = "12"
# release_date = "October 07, 2024"
major = "1"
minor = "13"
release_date = "December 19, 2024"
# User interface configuration
[params.ui]