Version bump for v0.12.0 (#1024)

* Update version to v0.12.0 across documentation, configuration, and Docker files

* Collapse Troubleshooting and Guides sections in documentation config
This commit is contained in:
Sean Morley
2026-02-23 09:00:13 -05:00
committed by GitHub
parent bec90fe2a5
commit c6efdaa75b
7 changed files with 154 additions and 11 deletions

View File

@@ -368,7 +368,7 @@ PUBLIC_URL = getenv('PUBLIC_URL', 'http://localhost:8000')
# ADVENTURELOG_CDN_URL = getenv('ADVENTURELOG_CDN_URL', 'https://cdn.adventurelog.app')
# Major release version of AdventureLog, not including the patch version date.
ADVENTURELOG_RELEASE_VERSION = 'v0.11.0'
ADVENTURELOG_RELEASE_VERSION = 'v0.12.0'
# https://github.com/dr5hn/countries-states-cities-database/tags
COUNTRY_REGION_JSON_VERSION = 'v3.0'