Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2024
1 parent c5bf796 commit 4c9e1fc
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,53 @@

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))

### 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


<!-- generated by git-cliff -->



## [unreleased]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion swiftide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "swiftide"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit 4c9e1fc

Please sign in to comment.