Skip to content

Commit

Permalink
chore: release v0.3.0 (#45)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 14, 2024
1 parent 1f0cd28 commit f51e668
Show file tree
Hide file tree
Showing 3 changed files with 13 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.

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

## [Unreleased]

## [0.3.0](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.2.1...swiftide-v0.3.0) - 2024-06-14

### Added
- *(ingestion_pipeline)* early return if any error encountered ([#49](https://github.com/bosun-ai/swiftide/pull/49))
- configurable concurrency for transformers and chunkers ([#47](https://github.com/bosun-ai/swiftide/pull/47))
- *(ingestion_pipeline)* concurrency improvements ([#48](https://github.com/bosun-ai/swiftide/pull/48))
- *(ingestion_pipeline)* [**breaking**] support chained storage backends ([#46](https://github.com/bosun-ai/swiftide/pull/46))

### Other
- update linkedin link

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

### Other
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.2.1"
version = "0.3.0"
edition = "2021"
license = "MIT"
readme = "../README.md"
Expand Down

0 comments on commit f51e668

Please sign in to comment.