From 3ba7d31579f0fbf724d5298d49aa1c6fe2ae990c Mon Sep 17 00:00:00 2001 From: Scott Twiname Date: Wed, 6 Nov 2024 15:09:05 +1300 Subject: [PATCH] Release 0.0.5 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3a667d..3620a35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.0.5] - 2024-11-06 ### Fixed - init command failing (#26) - repl command requiring OPENAI_API_KEY env var (#26) @@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Lancedb path being url instead of file path for local files -[Unreleased]: https://github.com/subquery/subql-ai-app-framework"/compare/v0.0.4...HEAD +[Unreleased]: https://github.com/subquery/subql-ai-app-framework"/compare/v0.0.5...HEAD +[0.0.5]: https://github.com/subquery/subql-ai-app-framework"/compare/v0.0.4...v0.0.5 [0.0.4]: https://github.com/subquery/subql-ai-app-framework"/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/subquery/subql-ai-app-framework"/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/subquery/subql-ai-app-framework"/releases/tag/v0.0.2