From 738ac8110aae49f8eba5e73ad938a6b5c8541c4b Mon Sep 17 00:00:00 2001 From: Kevin Hermawan <84965338+kevinhermawan@users.noreply.github.com> Date: Sun, 27 Oct 2024 18:16:00 +0700 Subject: [PATCH] release: 1.0.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56fcab9..91a9dac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.3 + +- feat: conforms to `Sendable` by @kevinhermawan in https://github.com/kevinhermawan/swift-ai-model-retriever/pull/4 +- improve: adds better error handling by @kevinhermawan in https://github.com/kevinhermawan/swift-ai-model-retriever/pull/5 + # 1.0.2 - feat: adds new provider (Cohere) by @kevinhermawan in https://github.com/kevinhermawan/swift-ai-model-retriever/pull/3