chore(release): update version to v0.12.1 in settings, documentation, Dockerfile, and config

This commit is contained in:
Sean Morley
2026-05-24 09:13:56 -04:00
parent 8374d2a1f7
commit 6868c4fa02
5 changed files with 13 additions and 6 deletions

View File

@@ -392,7 +392,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.12.0'
ADVENTURELOG_RELEASE_VERSION = 'v0.12.1'
# https://github.com/dr5hn/countries-states-cities-database/tags
COUNTRY_REGION_JSON_VERSION = 'v3.1'

View File

@@ -53,7 +53,7 @@ export default defineConfig({
priceCurrency: "USD",
description: "Open-source version available for self-hosting.",
},
softwareVersion: "v0.12.0",
softwareVersion: "v0.12.1",
license:
"https://github.com/seanmorley15/adventurelog/blob/main/LICENSE",
screenshot:
@@ -281,6 +281,10 @@ export default defineConfig({
text: "Development Timeline",
link: "/docs/changelogs/development_timeline",
},
{
text: "v0.12.1",
link: "/docs/changelogs/v0-12-1",
},
{
text: "v0.12.0",
link: "/docs/changelogs/v0-12-0",

View File

@@ -0,0 +1,3 @@
# AdventureLog v0.12.1
Released 5-26-2026

View File

@@ -23,11 +23,11 @@ FROM gcr.io/distroless/nodejs22-debian12:nonroot@sha256:13593b7570658e8477de39e2
# Metadata labels for the AdventureLog image
LABEL maintainer="Sean Morley" \
version="v0.12.0" \
version="v0.12.1" \
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.12.0" \
org.opencontainers.image.version="v0.12.1" \
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,4 +1,4 @@
export let appVersion = 'v0.12.1-beta-052126';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.12.0';
export let appVersion = 'v0.12.1-main-052626';
export let versionChangelog = 'https://github.com/seanmorley15/AdventureLog/releases/tag/v0.12.1';
export let appTitle = 'AdventureLog';
export let copyrightYear = '2023-2026';