Skip to content

Use strict semantic versioning for the version number#96

Merged
paladox merged 1 commit into
masterfrom
fix-version-scheme
Jun 4, 2026
Merged

Use strict semantic versioning for the version number#96
paladox merged 1 commit into
masterfrom
fix-version-scheme

Conversation

@alistair3149

@alistair3149 alistair3149 commented Jun 4, 2026

Copy link
Copy Markdown
Member

Summary

Adopt semantic versioning for the SemanticCompoundQueries version number. Versioning the extension independently of Semantic MediaWiki lets it introduce its own breaking changes mid-cycle — between Semantic MediaWiki major releases — instead of holding them to realign its major with the next Semantic MediaWiki major.

This sets the version to the extension's own next major, 4.0.0-alpha (branch-alias 4.x-dev), rather than tracking the Semantic MediaWiki major. The SemanticMediaWiki >= 7.0 requirement (the Semantic MediaWiki version this release targets) is unchanged.

Changes

  • extension.json: version → 4.0.0-alpha
  • composer.json: extra.branch-alias.dev-master4.x-dev
  • RELEASE-NOTES.md: heading → 4.0.0, and drop the note that described the version tracking / mirroring the Semantic MediaWiki major
  • @since 7.0.0 docblocks updated to @since 4.0.0 where present

Version the extension with semantic versioning so it can ship its own
breaking changes between Semantic MediaWiki major releases, instead of
aligning its major version with Semantic MediaWiki's. The version becomes
the extension's own next major (4.0.0-alpha); the SemanticMediaWiki >= 7.0
requirement is unchanged.
@alistair3149 alistair3149 marked this pull request as ready for review June 4, 2026 22:00
@alistair3149 alistair3149 requested a review from paladox June 4, 2026 22:00
@codecov

codecov Bot commented Jun 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 29.56%. Comparing base (8a84ff2) to head (48baa65).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #96   +/-   ##
=========================================
  Coverage     29.56%   29.56%           
  Complexity       41       41           
=========================================
  Files             4        4           
  Lines           115      115           
=========================================
  Hits             34       34           
  Misses           81       81           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@paladox paladox merged commit 3d57122 into master Jun 4, 2026
6 checks passed
@paladox paladox deleted the fix-version-scheme branch June 4, 2026 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants