From 467c11ef4cf7a31937b1fdb6af3e0d7b8fad36ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 17:00:53 +0000 Subject: [PATCH] chore: release --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- swiftide/Cargo.toml | 2 +- 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ded56008..a9c339d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,55 @@ All notable changes to this project will be documented in this file. +## [0.6.0](https://github.com/bosun-ai/swiftide/releases/tag/0.6.0) - 2024-07-12 + +### Features + +- [70ea268](https://github.com/bosun-ai/swiftide/commit/70ea268b19e564af83bb834f56d406a05e02e9cd) *(prompts)* Add prompts as first class citizens ([#145](https://github.com/bosun-ai/swiftide/pull/145)) + +- [699cfe4](https://github.com/bosun-ai/swiftide/commit/699cfe44fb0e3baddba695ad09836caec7cb30a6) *(uncategorized)* Embed modes and named vectors ([#123](https://github.com/bosun-ai/swiftide/pull/123)) + +### Bug Fixes + +- [9334934](https://github.com/bosun-ai/swiftide/commit/9334934e4af92b35dbc61e1f92aa90abac29ca12) *(chunkcode)* Use correct chunksizes ([#122](https://github.com/bosun-ai/swiftide/pull/122)) + +- [7357fea](https://github.com/bosun-ai/swiftide/commit/7357fea0a8cd826904b0545e80d4d1a1659df064) *(deps)* Update rust crate spider to v1.98.6 ([#119](https://github.com/bosun-ai/swiftide/pull/119)) + +- [353cd9e](https://github.com/bosun-ai/swiftide/commit/353cd9ed36fcf6fb8f1db255d8b5f4a914ca8496) *(qdrant)* Upgrade and better defaults ([#118](https://github.com/bosun-ai/swiftide/pull/118)) + +### Documentation + +- [5691ac9](https://github.com/bosun-ai/swiftide/commit/5691ac930fd6547c3f0166b64ead0ae647c38883) *(readme)* Add preproduction warning + +- [4c40e27](https://github.com/bosun-ai/swiftide/commit/4c40e27e5c6735305c70696ddf71dd5f95d03bbb) *(readme)* Add back coverage badge + +- [3e447fe](https://github.com/bosun-ai/swiftide/commit/3e447feab83a4bf8d7d9d8220fe1b92dede9af79) *(readme)* Link to CONTRIBUTING ([#114](https://github.com/bosun-ai/swiftide/pull/114)) + +- [37af322](https://github.com/bosun-ai/swiftide/commit/37af3225b4c3464aa4ed67f8f456c26f3d445507) *(rustdocs)* Rewrite the initial landing page ([#149](https://github.com/bosun-ai/swiftide/pull/149)) + +- [7686c2d](https://github.com/bosun-ai/swiftide/commit/7686c2d449b5df0fddc08b111174357d47459f86) *(uncategorized)* Templated prompts are now a major feature + +### Performance + +- [ea8f823](https://github.com/bosun-ai/swiftide/commit/ea8f8236cdd9c588e55ef78f9eac27db1f13b2d9) *(uncategorized)* Improve local build performance and crate cleanup ([#148](https://github.com/bosun-ai/swiftide/pull/148)) + +### Miscellaneous Tasks + +- [364e13d](https://github.com/bosun-ai/swiftide/commit/364e13d83285317a1fb99889f6d74ad32b58c482) *(swiftide)* Loosen up dependencies ([#140](https://github.com/bosun-ai/swiftide/pull/140)) + +- [d2a9ea1](https://github.com/bosun-ai/swiftide/commit/d2a9ea1e7afa6f192bf9c32bbb54d9bb6e46472e) *(uncategorized)* Enable clippy pedantic ([#132](https://github.com/bosun-ai/swiftide/pull/132)) + +- [51c114c](https://github.com/bosun-ai/swiftide/commit/51c114ceb06db840c4952d3d0f694bfbf266681c) *(uncategorized)* Various tooling & community improvements ([#131](https://github.com/bosun-ai/swiftide/pull/131)) + +- [84dd65d](https://github.com/bosun-ai/swiftide/commit/84dd65dc6c0ff4595f27ed061a4f4c0a2dae7202) *(uncategorized)* Rename all mentions of ingest to index ([#130](https://github.com/bosun-ai/swiftide/pull/130)) + + +**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.1.0...0.6.0 + + + + + ## [unreleased] diff --git a/Cargo.lock b/Cargo.lock index c10feee7..8e3957bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4212,7 +4212,7 @@ checksum = "0d0208408ba0c3df17ed26eb06992cb1a1268d41b2c0e12e65203fbe3972cee5" [[package]] name = "swiftide" -version = "0.5.0" +version = "0.6.0" dependencies = [ "anyhow", "async-openai", diff --git a/swiftide/Cargo.toml b/swiftide/Cargo.toml index cabe5e15..aff51387 100644 --- a/swiftide/Cargo.toml +++ b/swiftide/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiftide" -version = "0.5.0" +version = "0.6.0" edition = "2021" license = "MIT" readme = "../README.md"