From 73135ed6925acae783cbb4e87f91e84a91d3e5fe Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Mon, 27 Nov 2023 18:02:39 +0100 Subject: [PATCH 1/2] Bump version docs to 1.0.0-alpha.1 --- README.md | 2 +- Sources/OpenAPIRuntime/Documentation.docc/Documentation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fd6a69a..161bfbc6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( url: "https://github.com/apple/swift-openapi-runtime", - .upToNextMinor(from: "0.3.0") + exact: "1.0.0-alpha.1" ), ``` diff --git a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md index f124e7d8..b66be579 100644 --- a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md +++ b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md @@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( url: "https://github.com/apple/swift-openapi-runtime", - .upToNextMinor(from: "0.3.0") + exact: "1.0.0-alpha.1" ), ``` From 011043e1ebb2d23ab8b56089c3d30f93a63b9bc0 Mon Sep 17 00:00:00 2001 From: Honza Dvorsky Date: Mon, 27 Nov 2023 18:06:46 +0100 Subject: [PATCH 2/2] Remove some invisibles --- README.md | 2 +- Sources/OpenAPIRuntime/Documentation.docc/Documentation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 161bfbc6..b74f3b9a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( url: "https://github.com/apple/swift-openapi-runtime", - exact: "1.0.0-alpha.1" + exact: "1.0.0-alpha.1" ), ``` diff --git a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md index b66be579..1d1fec26 100644 --- a/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md +++ b/Sources/OpenAPIRuntime/Documentation.docc/Documentation.md @@ -19,7 +19,7 @@ Add the package dependency in your `Package.swift`: ```swift .package( url: "https://github.com/apple/swift-openapi-runtime", - exact: "1.0.0-alpha.1" + exact: "1.0.0-alpha.1" ), ```