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

@@ -3,11 +3,11 @@ FROM node:22-alpine AS external-website
# Metadata labels for the AdventureLog image
LABEL maintainer="Sean Morley" \
version="v0.11.0" \
version="v0.12.0" \
description="AdventureLog — the ultimate self-hosted travel companion." \
org.opencontainers.image.title="AdventureLog" \
org.opencontainers.image.description="AdventureLog is a self-hosted travel companion that helps you plan, track, and share your adventures." \
org.opencontainers.image.version="v0.11.0" \
org.opencontainers.image.version="v0.12.0" \
org.opencontainers.image.authors="Sean Morley" \
org.opencontainers.image.url="https://raw.githubusercontent.com/seanmorley15/AdventureLog/refs/heads/main/brand/banner.png" \
org.opencontainers.image.source="https://github.com/seanmorley15/AdventureLog" \

View File

@@ -1,6 +1,6 @@
{
"name": "adventurelog-frontend",
"version": "0.11.0",
"version": "0.12.0",
"scripts": {
"dev": "vite dev",
"django": "cd .. && cd backend/server && python3 manage.py runserver",

View File

@@ -1,4 +1,4 @@
export let appVersion = 'v0.12.0-pre-main-021926';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.11.0';
export let appVersion = 'v0.12.0';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.12.0';
export let appTitle = 'AdventureLog';
export let copyrightYear = '2023-2026';