Skip to content

Commit c16f7c3

Browse files
committed
🔖 Add changelog
1 parent fd2be7d commit c16f7c3

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/google/generative-ai-swift/releases/tag/0.2.0) (2023-05-17)
4+
5+
[Full Changelog](https://github.com/google/generative-ai-swift/compare/0.1.0...0.2.0)
6+
7+
**Closed issues:**
8+
9+
- API key setup page returns 404 error [\#11](https://github.com/google/generative-ai-swift/issues/11)
10+
11+
**Merged pull requests:**
12+
13+
- 🩹 Remove force unwrapping that is not required [\#12](https://github.com/google/generative-ai-swift/pull/12) ([jaesung-0o0](https://github.com/jaesung-0o0))
14+
- ✏️ Delete unnecessary line and multiple module import [\#10](https://github.com/google/generative-ai-swift/pull/10) ([commitcomplete](https://github.com/commitcomplete))
15+
- \[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))
16+
- ✏️ Remove unnecessary whitespace [\#8](https://github.com/google/generative-ai-swift/pull/8) ([Juhwa-Lee1023](https://github.com/Juhwa-Lee1023))
17+
18+
## [0.1.0](https://github.com/google/generative-ai-swift/tree/0.1.0) (2023-05-08)
19+
20+
[Full Changelog](https://github.com/google/generative-ai-swift/compare/ee7afbef8e82b2a224c27c24f4ace53805ff00be...0.1.0)
21+
22+
**Merged pull requests:**
23+
24+
- 📌 Lower macOS and iOS versions [\#7](https://github.com/google/generative-ai-swift/pull/7) ([peterfriese](https://github.com/peterfriese))
25+
- 📝 Update readme [\#6](https://github.com/google/generative-ai-swift/pull/6) ([peterfriese](https://github.com/peterfriese))
26+
- Sample code for the text quick start [\#5](https://github.com/google/generative-ai-swift/pull/5) ([peterfriese](https://github.com/peterfriese))
27+
- ♻️ Improve handling of API key [\#4](https://github.com/google/generative-ai-swift/pull/4) ([peterfriese](https://github.com/peterfriese))
28+
- ♻️ Rename prompt to message in chat method [\#3](https://github.com/google/generative-ai-swift/pull/3) ([peterfriese](https://github.com/peterfriese))
29+
- 📝 Update chat method signature [\#2](https://github.com/google/generative-ai-swift/pull/2) ([peterfriese](https://github.com/peterfriese))
30+
- Initial code drop [\#1](https://github.com/google/generative-ai-swift/pull/1) ([peterfriese](https://github.com/peterfriese))
31+
32+
33+
34+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)