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 Jun 13, 2024
1 parent a717f3d commit 4295b70
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
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.

34 changes: 34 additions & 0 deletions swiftide/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.1.0...swiftide-v0.2.0) - 2024-06-13

### Added
- api improvements with example ([#10](https://github.com/bosun-ai/swiftide/pull/10))
- feat/readme improvements ([#11](https://github.com/bosun-ai/swiftide/pull/11))

### Fixed
- fmt
- clippy & fmt

### Other
- template links should be underscores
- update readme template links and fix template
- *(swiftide)* documented file swiftide/src/integrations/openai/simple_prompt.rs ([#19](https://github.com/bosun-ai/swiftide/pull/19))
- *(swiftide)* documented file swiftide/src/transformers/metadata_qa_code.rs ([#34](https://github.com/bosun-ai/swiftide/pull/34))
- *(swiftide)* documented file swiftide/src/transformers/openai_embed.rs ([#35](https://github.com/bosun-ai/swiftide/pull/35))
- *(swiftide)* documented file swiftide/src/transformers/metadata_qa_text.rs ([#36](https://github.com/bosun-ai/swiftide/pull/36))
- *(swiftide)* documented file swiftide/src/transformers/chunk_code.rs ([#39](https://github.com/bosun-ai/swiftide/pull/39))
- *(swiftide)* documented file swiftide/src/loaders/mod.rs ([#40](https://github.com/bosun-ai/swiftide/pull/40))
- *(swiftide)* documented file swiftide/tests/ingestion_pipeline.rs ([#41](https://github.com/bosun-ai/swiftide/pull/41))
- *(swiftide)* documented file swiftide/src/integrations/treesitter/supported_languages.rs ([#26](https://github.com/bosun-ai/swiftide/pull/26))
- *(swiftide)* documented file swiftide/src/ingestion/mod.rs ([#28](https://github.com/bosun-ai/swiftide/pull/28))
- *(swiftide)* documented file swiftide/src/integrations/qdrant/ingestion_node.rs ([#20](https://github.com/bosun-ai/swiftide/pull/20))
- *(swiftide)* documented file swiftide/src/integrations/qdrant/mod.rs ([#22](https://github.com/bosun-ai/swiftide/pull/22))
- *(swiftide)* documented file swiftide/src/integrations/redis/mod.rs ([#23](https://github.com/bosun-ai/swiftide/pull/23))
- *(swiftide)* documented file swiftide/src/integrations/qdrant/persist.rs ([#24](https://github.com/bosun-ai/swiftide/pull/24))
- *(swiftide)* documented file swiftide/src/integrations/redis/node_cache.rs ([#29](https://github.com/bosun-ai/swiftide/pull/29))
- *(swiftide)* documented file swiftide/src/integrations/treesitter/splitter.rs ([#30](https://github.com/bosun-ai/swiftide/pull/30))
- *(swiftide)* documented file swiftide/src/integrations/openai/mod.rs ([#21](https://github.com/bosun-ai/swiftide/pull/21))
- *(swiftide)* documented file swiftide/src/ingestion/ingestion_node.rs ([#15](https://github.com/bosun-ai/swiftide/pull/15))
- *(swiftide)* documented file swiftide/src/ingestion/ingestion_stream.rs ([#16](https://github.com/bosun-ai/swiftide/pull/16))
- *(swiftide)* documented file swiftide/src/ingestion/ingestion_pipeline.rs ([#14](https://github.com/bosun-ai/swiftide/pull/14))
- release v0.1.0 ([#8](https://github.com/bosun-ai/swiftide/pull/8))

## [0.1.0](https://github.com/bosun-ai/swiftide/releases/tag/v0.1.0) - 2024-06-13

### Added
Expand Down
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.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit 4295b70

Please sign in to comment.