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 and timonv committed Jun 26, 2024
1 parent 3143308 commit c5a1540
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## `swiftide` - [0.4.2](https://github.com/me/my-proj/compare/swiftide-v0.4.1...swiftide-v0.4.2) - 2024-06-26

### Added
- *(ingestion_stream)* implement into for Result<Vec<IngestionNode>>

### Fixed
- *(embed)* panic if number of embeddings and node are equal

### Other
- *(ingestion_pipeline)* log_all combines other log helpers
- readme updates

## `swiftide` - [0.4.1](https://github.com/me/my-proj/compare/swiftide-v0.4.0...swiftide-v0.4.1) - 2024-06-24

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

0 comments on commit c5a1540

Please sign in to comment.