Skip to content

Update version to v0.4.0#319

Open
ethanglaser wants to merge 9 commits into
mainfrom
rls/v0.4.0
Open

Update version to v0.4.0#319
ethanglaser wants to merge 9 commits into
mainfrom
rls/v0.4.0

Conversation

@ethanglaser
Copy link
Copy Markdown
Member

@ethanglaser ethanglaser commented Apr 17, 2026

Summary

  • Version bump from v0.3.0 to v0.4.0 across all version files
  • Updated NEWS.md with v0.4.0 release notes, moved v0.3.0 notes to HISTORY.md
  • Updated runtime API version (MINOR 2 -> 4) in version.h to align with project version

Release Notes

  • Native serialization support for Indexes (Native serialization for Indexes. #300)
  • Clang-21 compiler support with gcc-11 headers for shared library builds
  • Amazonlinux2 support for shared/static library dropped
  • Consolidated to publish only minimal necessary shared library (14 -> 6) and runtime bindings (2 -> 1) release artifacts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ethanglaser ethanglaser requested a review from homksei as a code owner April 28, 2026 15:16
@ethanglaser
Copy link
Copy Markdown
Member Author

/intelci

#ifndef SVS_RUNTIME_VERSION_MINOR
/// Minor version number - incremented for backward-compatible feature additions
#define SVS_RUNTIME_VERSION_MINOR 2
#define SVS_RUNTIME_VERSION_MINOR 4
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please explain the versioning? I was expecting 3.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was missed in the last release but I believe it should be aligned with library version. Please confirm @rfsaliev

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