Skip to content

Commit 28ca053

Browse files
apollo-bot2gh-action-runner
authored andcommitted
1 parent f070c23 commit 28ca053

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## v2.0.1
4+
5+
### Fixed
6+
7+
- **SPM CLI Installation ([#795](https://github.com/apollographql/apollo-ios-dev/pull/795)):** Fixed CLI installation via Swift Package Manager by standardizing relative path handling.
8+
9+
- **SPI Attributes on Internal Models ([#796](https://github.com/apollographql/apollo-ios-dev/pull/796)):** Fixed code generation to exclude `@_spi` attributes from models with `internal` access modifier, preventing compilation errors.
10+
311
## v2.0.0
412

513
**Apollo iOS 2.0 is now available!** 🎉

CLI/apollo-ios-cli.tar.gz

-14.7 KB
Binary file not shown.

Sources/Apollo/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import Foundation
22

33
public enum Constants {
44
public static let ApolloClientName = "apollo-ios"
5-
public static let ApolloClientVersion: String = "2.0.0"
5+
public static let ApolloClientVersion: String = "2.0.1"
66
}

0 commit comments

Comments
 (0)