Skip to content

[codex] Bump libchronoid soversion to 1#14

Merged
justinjoy merged 1 commit into
mainfrom
codex/bump-soversion-to-1
May 15, 2026
Merged

[codex] Bump libchronoid soversion to 1#14
justinjoy merged 1 commit into
mainfrom
codex/bump-soversion-to-1

Conversation

@justinjoy

Copy link
Copy Markdown
Contributor

Summary

  • Set the Meson shared-library soversion from 0 to 1, so generated shared-library metadata uses libchronoid.so.1 / libchronoid.1.dylib.
  • Update README SONAME references and the documented next incompatible bump example to match the new ABI version.

Why

The build was still emitting shared-library version 0 even though the intended ABI SONAME is 1. This aligns the build configuration and user-facing documentation.

Validation

  • meson setup build --wipe
  • meson compile -C build
  • meson test -C build (22/22 OK)
  • Verified macOS output: build/libchronoid.1.dylib with install name @rpath/libchronoid.1.dylib.

@justinjoy justinjoy marked this pull request as ready for review May 15, 2026 08:25
@justinjoy justinjoy merged commit 0bb9449 into main May 15, 2026
20 checks passed
@justinjoy justinjoy deleted the codex/bump-soversion-to-1 branch May 15, 2026 08:34
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.

1 participant