Skip to content

Commit 6b1b043

Browse files
bump version and update changelog
1 parent 7eb2f3c commit 6b1b043

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

3+
## v0.23.0
4+
- **BETA**: Now available, SPM-based code generation, Phase 0 of our transition to Swift Codegen.
5+
6+
Note that the underlying codegen is still using `apollo-tooling`, but that will change as we proceed with Phase 1 of the [Swift Codegen Project](https://github.com/apollographql/apollo-ios/projects/2), generating the code in Swift.
7+
8+
Documentation is available at our [Swift Scripting page](https://www.apollographql.com/docs/ios/swift-scripting/).
9+
10+
When this gets to the final version this **will** supersede existing codegen, so please file bugs galore on this so we can get it good to go as quickly as possible. Thank you! ([#940](https://github.com/apollographql/apollo-ios/pull/940), [#1033](https://github.com/apollographql/apollo-ios/pull/1033))\
11+
12+
- Fixed some memory leaks in our internal Promises implementation. ([#1016](https://github.com/apollographql/apollo-ios/pull/1016))
13+
314
### v0.22.0
415
- **BREAKING**: Updated CLI to v2.22.1, including a bunch of fixes on the Swift side:
516
- Marked files which are generated as `@generated`
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CURRENT_PROJECT_VERSION = 0.22.0
1+
CURRENT_PROJECT_VERSION = 0.23.0

0 commit comments

Comments
 (0)