Skip to content

Commit

Permalink
chore: release v0.4.0 (#78)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `swiftide`: 0.3.3 -> 0.4.0

<details><summary><i><b>Changelog</b></i></summary><p>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 23, 2024
1 parent cb7a2cd commit 3bc43ab
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `swiftide` - [0.4.0](https://github.com/me/my-proj/compare/swiftide-v0.3.3...swiftide-v0.4.0) - 2024-06-23

### Added
- *(examples,scraping)* Add example scraping and ingesting a url
- *(persist)* in memory storage for testing, experimentation and debugging
- *(integrations,transformers)* add transformer for converting html to markdown
- *(loaders)* add scraping using `spider`
- *(loaders)* file loader performance improvements
- *(ingestion_stream)* improved stream developer experience ([#81](https://github.com/bosun-ai/swiftide/pull/81))
- *(ingestion_node)* improved human readable Debug
- *(examples)* example for markdown with all metadata
- *(transformers)* add transformers for title, summary and keywords
- *(traits)* add automock for simpleprompt
- *(ingestion_node)* add constructor with defaults
- *(integrations)* [**breaking**] implement Persist for Redis ([#80](https://github.com/bosun-ai/swiftide/pull/80))
- *(ingestion_pipeline)* implement throttling a pipeline ([#77](https://github.com/bosun-ai/swiftide/pull/77))
- *(ingestion_pipeline)* optional error filtering and logging ([#75](https://github.com/bosun-ai/swiftide/pull/75))
- *(integrations)* [**breaking**] support fastembed ([#60](https://github.com/bosun-ai/swiftide/pull/60))

### Fixed
- *(ingestion_pipeline)* concurrency does not work when spawned ([#76](https://github.com/bosun-ai/swiftide/pull/76))

### Other
- *(scraping)* exclude spider from test coverage
- *(transformers)* improve test coverage
- hide the table of contents
- documentation and feature flag cleanup ([#69](https://github.com/bosun-ai/swiftide/pull/69))
- move changelog to root
- *(ci)* code coverage reporting ([#58](https://github.com/bosun-ai/swiftide/pull/58))

## `swiftide` - [0.3.3](https://github.com/bosun-ai/swiftide/compare/swiftide-v0.3.2...swiftide-v0.3.3) - 2024-06-16

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

0 comments on commit 3bc43ab

Please sign in to comment.