Skip to content

Commit c57b22e

Browse files
authored
Update version marks to use framework version numbers (#200)
1 parent 0124e9c commit c57b22e

20 files changed

Lines changed: 26 additions & 24 deletions

‎Docs/Version.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Version
22

3-
RELEASE_2021 - iOS 15.5 - macOS 12.7.1
4-
5-
RELEASE_2023 - iOS 17.0 - macOS 14.0
3+
| Framework Version | iOS Version | macOS Version | Legacy Release Macro |
4+
|-------------------|-------------|---------------|----------------------|
5+
| 3.2.1 | 15.5 | 12.7.1 | RELEASE_2021 |
6+
| 5.0.77 | 17.0 | 14.0 | RELEASE_2023 |
7+
| 6.5.1 | 18.5 | 15.6 | RELEASE_2024 |

‎Sources/OpenAttributeGraph/Attribute/Attribute/AnyAttribute.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AnyAttribute.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: API complete
77

88
public import OpenAttributeGraphCxx

‎Sources/OpenAttributeGraph/Attribute/Attribute/External.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// External.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
@frozen

‎Sources/OpenAttributeGraph/Attribute/Attribute/PointerOffset.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// PointerOffset.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
@frozen

‎Sources/OpenAttributeGraph/Attribute/Body/AttributeBody.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// _AttributeBody.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
public import OpenAttributeGraphCxx

‎Sources/OpenAttributeGraph/Attribute/Body/ObservedAttribute.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// ObservedAttribute.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
public protocol ObservedAttribute: _AttributeBody {

‎Sources/OpenAttributeGraph/Attribute/Indirect/IndirectAttribute.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// IndirectAttribute.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
@frozen

‎Sources/OpenAttributeGraph/Attribute/Optional/AnyOptionalAttribute.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// AnyOptionalAttribute.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
@frozen

‎Sources/OpenAttributeGraph/Attribute/Optional/OptionalAttribute.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// OptionalAttribute.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
/// An optional attribute wrapper that may or may not contain a value.

‎Sources/OpenAttributeGraph/Attribute/Rule/Focus.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Focus.swift
33
// OpenAttributeGraph
44
//
5-
// Audited for RELEASE_2021
5+
// Audited for 3.2.1
66
// Status: Complete
77

88
/// A rule that focuses on a specific property of another attribute using KeyPath.

0 commit comments

Comments
 (0)