-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd2be7d
commit c16f7c3
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
## [0.2.0](https://github.com/google/generative-ai-swift/releases/tag/0.2.0) (2023-05-17) | ||
|
||
[Full Changelog](https://github.com/google/generative-ai-swift/compare/0.1.0...0.2.0) | ||
|
||
**Closed issues:** | ||
|
||
- API key setup page returns 404 error [\#11](https://github.com/google/generative-ai-swift/issues/11) | ||
|
||
**Merged pull requests:** | ||
|
||
- 🩹 Remove force unwrapping that is not required [\#12](https://github.com/google/generative-ai-swift/pull/12) ([jaesung-0o0](https://github.com/jaesung-0o0)) | ||
- ✏️ Delete unnecessary line and multiple module import [\#10](https://github.com/google/generative-ai-swift/pull/10) ([commitcomplete](https://github.com/commitcomplete)) | ||
- \[FIX\] Modify swift version to 5.7.1 and fix test build error [\#9](https://github.com/google/generative-ai-swift/pull/9) ([jaesung-0o0](https://github.com/jaesung-0o0)) | ||
- ✏️ Remove unnecessary whitespace [\#8](https://github.com/google/generative-ai-swift/pull/8) ([Juhwa-Lee1023](https://github.com/Juhwa-Lee1023)) | ||
|
||
## [0.1.0](https://github.com/google/generative-ai-swift/tree/0.1.0) (2023-05-08) | ||
|
||
[Full Changelog](https://github.com/google/generative-ai-swift/compare/ee7afbef8e82b2a224c27c24f4ace53805ff00be...0.1.0) | ||
|
||
**Merged pull requests:** | ||
|
||
- 📌 Lower macOS and iOS versions [\#7](https://github.com/google/generative-ai-swift/pull/7) ([peterfriese](https://github.com/peterfriese)) | ||
- 📝 Update readme [\#6](https://github.com/google/generative-ai-swift/pull/6) ([peterfriese](https://github.com/peterfriese)) | ||
- Sample code for the text quick start [\#5](https://github.com/google/generative-ai-swift/pull/5) ([peterfriese](https://github.com/peterfriese)) | ||
- ♻️ Improve handling of API key [\#4](https://github.com/google/generative-ai-swift/pull/4) ([peterfriese](https://github.com/peterfriese)) | ||
- ♻️ Rename prompt to message in chat method [\#3](https://github.com/google/generative-ai-swift/pull/3) ([peterfriese](https://github.com/peterfriese)) | ||
- 📝 Update chat method signature [\#2](https://github.com/google/generative-ai-swift/pull/2) ([peterfriese](https://github.com/peterfriese)) | ||
- Initial code drop [\#1](https://github.com/google/generative-ai-swift/pull/1) ([peterfriese](https://github.com/peterfriese)) | ||
|
||
|
||
|
||
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |