Skip to content

Update version marks to use framework version numbers - #200

Merged
Kyle-Ye merged 1 commit into
mainfrom
feature/update-version-mark
Feb 24, 2026
Merged

Update version marks to use framework version numbers#200
Kyle-Ye merged 1 commit into
mainfrom
feature/update-version-mark

Conversation

@Kyle-Ye

Copy link
Copy Markdown
Member

Summary

  • Replace legacy RELEASE_YYYY format with actual framework version numbers in audit/verification comments (e.g. Audited for 3.2.1 instead of Audited for RELEASE_2021)
  • Update Docs/Version.md with a proper mapping table including framework versions, iOS/macOS versions, and legacy macro names

Test plan

  • Verify no remaining RELEASE_ references in comments
  • Build passes with swift build

Replace legacy RELEASE_YYYY format with actual framework versions
in audit/verification comments (e.g. "Audited for 3.2.1" instead of
"Audited for RELEASE_2021"). Also update Docs/Version.md with a
proper mapping table.
@github-actionsgithub-actionsBot added the documentation Improvements or additions to documentation label Feb 24, 2026
@codecov

codecovBot commented Feb 24, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 10.12%. Comparing base (0124e9c) to head (34fc0fe).
⚠️ Report is 1 commits behind head on main.

Files with missing linesPatch %Lines
...urces/OpenAttributeGraph/Attribute/Rule/Rule.swift0.00%2 Missing ⚠️
Additional details and impacted files
@@ Coverage Diff @@## main #200 +/- ##
=======================================
Coverage 10.12% 10.12% =======================================
Files 28 28 Lines 820 820 =======================================
Hits 83 83 Misses 737 737 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Kyle-Ye
Kyle-Ye merged commit c57b22e into mainFeb 24, 2026
6 of 7 checks passed
@Kyle-Ye
Kyle-Ye deleted the feature/update-version-mark branch February 24, 2026 09:31
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentationImprovements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Kyle-Ye