You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First artifact published to Maven Central as dev.jcputney:magika-java:0.3.0.
GPG-signed jar / sources / javadoc artifacts (REL-10).
CycloneDX SBOM attached to the published bundle in JSON + XML format, schema 1.6 (REL-13).
Sonatype Central Portal publishing pipeline via central-publishing-maven-plugin 0.10.0 (REL-11).
maven-release-plugin 3.3.1 tag + version-bump flow, triggered manually via the release.yml
GitHub Actions workflow (workflow_dispatch) gated by a 3-OS verify matrix (REL-12).
Snapshot publishing to GitHub Packages on every push to main, GPG-signed for signature
continuity with the Central artifacts.
README.md Maven Central badge + Maven/Gradle install snippet (REL-16).
Changed
GitHub Actions workflow versions bumped to actions/checkout@v6 and actions/setup-java@v5
to match the release pipeline and align with the Node 24 runner runtime.
Notes
This is the first artifact published to Maven Central. Pre-v0.3 versions (v0.1, v0.2)
shipped as local-install only and are captured in git tag annotations (v0.1, v0.2)
and in the .planning/milestones/ archives. No ## [0.1.0] / ## [0.2.0] sections
appear here by design — see README.md## Breaking changes in v0.2 for the v0.1→v0.2
source-break that landed in pre-Central history.
Commit-level Changes
New Features
refactor(api): rename MagikaPrediction.label to type; drop pre-release breaking-changes note
Increase builder build time limit to 100ms
Add Dependabot config for Maven and Actions
ci(release): add pre-flight job — fast bash checks before 3-OS verify matrix
docs(readme): expand Quickstart into a full Getting started section