Skip to content

Commit d038c89

Browse files
authored
Bump to 1.0.0-alpha.1 (#36)
Bump to 1.0.0-alpha.1 ### Motivation Prepare for 1.0.0-alpha.1. ### Modifications - Updated runtime dependency. - Updated docs. ### Result Ready to tag 1.0.0-alpha.1. ### Test Plan All tests pass. Reviewed by: simonjbeaumont Builds: ✔︎ pull request validation (5.10) - Build finished. ✔︎ pull request validation (5.9) - Build finished. ✔︎ pull request validation (nightly) - Build finished. ✔︎ pull request validation (soundness) - Build finished. #36
1 parent 5e704f1 commit d038c89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let package = Package(
4141
),
4242
],
4343
dependencies: [
44-
.package(url: "https://github.com/apple/swift-openapi-runtime", branch: "main"),
44+
.package(url: "https://github.com/apple/swift-openapi-runtime", exact: "1.0.0-alpha.1"),
4545
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0"),
4646
.package(url: "https://github.com/apple/swift-collections", from: "1.0.0"),
4747
],

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the package dependency in your `Package.swift`:
2525
```swift
2626
.package(
2727
url: "https://github.com/apple/swift-openapi-urlsession",
28-
.upToNextMinor(from: "0.3.0")
28+
exact: "1.0.0-alpha.1"
2929
),
3030
```
3131

Sources/OpenAPIURLSession/Documentation.docc/Documentation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the package dependency in your `Package.swift`:
2525
```swift
2626
.package(
2727
url: "https://github.com/apple/swift-openapi-urlsession",
28-
.upToNextMinor(from: "0.3.0")
28+
exact: "1.0.0-alpha.1"
2929
),
3030
```
3131

0 commit comments

Comments
 (0)