Skip to content

Commit 8b9210f

Browse files
authored
Bump CanastaBase to 1.3.1 (#602)
* Bump CanastaBase to 1.3.0 Picks up: - Show Canasta version on Special:Version (#124) - Remove Postfix (#120) - YAML settings files for extensions/skins (#118) * Use CanastaBase 1.3.1 (includes SoftwareInfo hook) 1.3.0 had the hook but 1.3.1 includes the version bump and release notes. This fixes the Canasta version not appearing on Special:Version. * Bump version to 3.3.2 The 3.3.1 release notes claimed CanastaBase 1.3.1 but the Dockerfile still pinned 1.2.1. This release actually updates the base image. * Remove non-existent version 3.3.0 entry from RELEASE_NOTES.md Removed entry for version 3.3.0 from release notes.
1 parent c0f7c1c commit 8b9210f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=ghcr.io/canastawiki/canasta-base:1.2.1
1+
ARG BASE_IMAGE=ghcr.io/canastawiki/canasta-base:1.3.1
22
FROM ${BASE_IMAGE} AS base
33

44
LABEL maintainers=""

RELEASE_NOTES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Canasta version history:
2222
- 3.1.0 - February 10, 2026 - Update to CanastaBase 1.1.0; update Approved Revs, Cargo, External Data, Flex Diagrams and WhosOnline extensions
2323
- 3.2.0 - February 18, 2026 - Update to CanastaBase 1.2.0; remove special handling for Semantic MediaWiki
2424
- 3.2.1 - February 24, 2026 - Update to CanastaBase 1.2.1; stabilize Canasta version tag to always point to the actual version commit; update SimpleMathJax and SubPageList extensions
25-
- 3.3.0 - March 1, 2026 - Update to CanastaBase 1.3.0
26-
- 3.3.1 - March 1, 2026 - Show Canasta version on Special:Version; update to CanastaBase 1.3.1
25+
- 3.3.1 - March 1, 2026 - Show Canasta version on Special:Version
26+
- 3.3.2 - March 2, 2026 - Update to CanastaBase 1.3.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.1
1+
3.3.2

0 commit comments

Comments
 (0)