chore: post-#55 follow-up — i18n sweep, macos-14 pin (#57), v0.15.0#58
Merged
Conversation
- i18n: propagate the dynamic-linking feature row + #55 release-link caveat to all 9 remaining translated READMEs (de, es, fr, it, ja, pt, ru, zh-Hans, zh-Hant). - ci: pin macos-check to macos-14 (Xcode 15.x) to dodge the Xcode 26.5 / clang 21 libclang_rt.osx.a drop that breaks the static ort link (#57). - bump 0.14.0 -> 0.15.0 (Cargo.toml, Cargo.lock, CHANGELOG dated 2026-07-06, README + PROGRESS version refs) — minor bump for the mutually-exclusive feature change in #56.
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.
Follow-up to #56 (이슈 #55 처리). #56 리뷰에서 "별도"로 미뤄둔 3가지를 모두 이번에 처리합니다.
i18n 9개 언어 동기화
#56에서 ko만 동기화했던 dynamic-linking feature 행 + #55 release-link caveat를 나머지 9개 언어 README(de, es, fr, it, ja, pt, ru, zh-Hans, zh-Hant)에 전파했습니다.
macOS clang_rt (#57)
macos-check를macos-latest→macos-14로 pin했습니다.macos-latest의 Xcode 26.5 / clang 21이libclang_rt.osx.a를 drop해서 ort static link가 깨졌던 환경 이슈(#57). macos-14(Xcode 15.x)로 회피합니다.v0.15.0
0.14.0→0.15.0(minor). #56의 mutually-exclusive feature 변경(--all-features→--features full, dynamic-linking mutex)을 반영한 버전 업입니다. Cargo.toml / Cargo.lock / CHANGELOG(2026-07-06) / README / PROGRESS.Verification
cargo check --features fullOK (0.15.0)cargo fmt --all -- --checkclean