Skip to content

Commit

Permalink
🔖 Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfriese committed May 17, 2023
1 parent fd2be7d commit c16f7c3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
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)*

0 comments on commit c16f7c3

Please sign in to comment.