Skip to content

Commit

Permalink
Release 1.5.2 (#3245)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Sep 29, 2023
1 parent 56e94ba commit 42802f5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## v1.5.2

The purpose of this release is to provide a deprecation message to users of `ApolloCodegenLib` who are scripting their code generation in advance of an upcoming change to our libraries and repo structure. Beginning with the upcoming 1.6.0 release the code generation libraries will be their own SPM package in their own repo which will require you to add a new dependency to you project in order for your code generation scripting to compile. More information can be found in our [announcement](https://github.com/apollographql/apollo-ios/issues/3240) of this change.

**If you would like to avoid this deprecation warning in your builds feel free to stay on 1.5.1 or earlier, this warning will be gone in the 1.6.0 release**

PR containing deprecation warning for reference: [#3243](https://github.com/apollographql/apollo-ios/pull/3243).

## v1.5.1

### Improvement
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Shared/Project-Version.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 1.5.1
CURRENT_PROJECT_VERSION = 1.5.2
2 changes: 1 addition & 1 deletion Sources/CodegenCLI/Constants.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Foundation

public enum Constants {
public static let CLIVersion: String = "1.5.1"
public static let CLIVersion: String = "1.5.2"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}

0 comments on commit 42802f5

Please sign in to comment.