Skip to content

Commit

Permalink
Add support for new patch versions of OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Nov 1, 2024
1 parent cf31c5d commit 3557f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Sources/OpenAPIKit/Document/Document.swift
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ extension OpenAPI.Document {
/// OpenAPIKit to a certain extent.
public enum Version: String, Codable {
case v3_1_0 = "3.1.0"
case v3_1_1 = "3.1.1"
}
}

Expand Down
1 change: 1 addition & 0 deletions Sources/OpenAPIKit30/Document/Document.swift
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ extension OpenAPI.Document {
case v3_0_1 = "3.0.1"
case v3_0_2 = "3.0.2"
case v3_0_3 = "3.0.3"
case v3_0_4 = "3.0.4"
}
}

Expand Down

0 comments on commit 3557f57

Please sign in to comment.