chore: prepare cortext.cpp v1.3.1 release - #14
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Prepares the cortext core repository for the v1.3.1 release by updating all version-reporting “surfaces” and aligning the release artifact documentation with the already-merged Node text-media N-API bridge baseline (PR #13). This fits the repo’s release workflow by ensuring the engine, manifests, and build metadata all consistently report the new patch version without introducing new runtime behavior.
Changes:
- Bumps core version references from
1.3.0to1.3.1across CMake, Zig build metadata, and the model manifest. - Updates release documentation (
RELEASE.md) to describe the v1.3.1 baseline (PR #13) and clarify Node prebuild provenance. - Updates README asset download example to use
1.3.1.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| RELEASE.md | Updates v1.3.1 release artifact metadata and notes Node prebuilds are built from the matching core tag. |
| README.md | Updates the assets download example to use ASSETS_VERSION=1.3.1. |
| models/manifest.json | Bumps cortext_version in the model/assets manifest to 1.3.1. |
| CMakeLists.txt | Bumps the CMake project version to 1.3.1. |
| build.zig.zon | Bumps Zig package version to 1.3.1. |
| build.zig | Bumps Zig-reported version string and library semantic version to patch 1. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepares core v1.3.1 after the merged Node-API text-media bridge.
Validated version consistency and diff checks.