From c16f7c335a45b5541c85bebcdc1443305c10926f Mon Sep 17 00:00:00 2001 From: Peter Friese Date: Wed, 17 May 2023 14:56:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Add=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8fc8a48 --- /dev/null +++ b/CHANGELOG.md @@ -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)*