release: v1.3.2 - #19
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the repository’s release metadata and version surfaces for the v1.3.2 core engine release, aligning build tooling and published asset/version references to the new tag used by downstream consumers (notably the TypeScript/Node prebuild pipeline).
Changes:
- Bump core version from
1.3.1→1.3.2across CMake, Zig build metadata, and the model manifest. - Update
RELEASE.mdfor thev1.3.2release state/highlights/verification and asset naming (cortext-assets-1.3.2.tar.gz). - Update README asset-download example to reference
1.3.2.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| RELEASE.md | Updates v1.3.2 release artifact metadata, highlights, verification, and packaging notes. |
| README.md | Updates the example asset version used in download instructions to 1.3.2. |
| models/manifest.json | Updates cortext_version in the shipped model/assets manifest to 1.3.2. |
| CMakeLists.txt | Bumps the CMake project version to 1.3.2. |
| build.zig.zon | Bumps Zig package version to 1.3.2. |
| build.zig | Bumps Zig build/version constants to 1.3.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+54
to
+57
| - Pull request [#18](https://github.com/augmem/cortext.cpp/pull/18) is merged | ||
| at `35629cd8e50bd32a9e85dc4a8557bc3467ec73f8`; final helper commit `c9a0a93c` | ||
| corresponds to feature head `ad3b7750` and keeps signed/unsigned NEON lanes | ||
| portable across Apple Clang and GCC ARM builds. |
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.
Release metadata for core v1.3.2.
Includes the merged Windows ARM clang-cl and ARM sqlite-vec portability fixes plus the Node text-media bridge. Core continues to own shared assets; TypeScript consumes this exact tag for Node prebuild provenance.