Skip to content

Commit

Permalink
Release 1.5.1 (#3244)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobaFetters committed Sep 29, 2023
1 parent d1b3da6 commit c1ff0fc
Show file tree
Hide file tree
Showing 620 changed files with 13,944 additions and 11,195 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## v1.5.1

### Improvement

- **Added `OutputOptions` property to codegen for marking generated classes as `final` ([#3189](https://github.com/apollographql/apollo-ios/pull/3189)):** _Thank you to [@Mordil](https://github.com/Mordil) for the contribution._

### Fixed

- **Codegen `itemsToGenerate` option for `.all` not generating an operation manifest ([#3215](https://github.com/apollographql/apollo-ios/pull/3215)):** _Thank you to [@TizianoCoroneo](https://github.com/TizianoCoroneo) for finding and fixing the issue._
- **Codegen operation manifest inadvertantly being generated twice ([#3225](https://github.com/apollographql/apollo-ios/pull/3225)):** _Thank you to [@jimisaacs](https://github.com/jimisaacs) for finding and fixing the issue._

## v1.5.0

### New
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.0
CURRENT_PROJECT_VERSION = 1.5.1
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.0"
public static let CLIVersion: String = "1.5.1"
static let defaultFilePath: String = "./apollo-codegen-config.json"
}
29 changes: 29 additions & 0 deletions docs/docc/Apollo.doccarchive/data/documentation/apollo.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

137 changes: 137 additions & 0 deletions docs/docc/Apollo.doccarchive/data/documentation/apollo/apolloapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1ff0fc

Please sign in to comment.