Skip to content

Commit

Permalink
chore: release v0.13.4 (bosun-ai#400)
Browse files Browse the repository at this point in the history
* `swiftide`: 0.13.3 -> 0.13.4 (✓ API compatible changes)
* `swiftide-core`: 0.13.3 -> 0.13.4
* `swiftide-indexing`: 0.13.3 -> 0.13.4 (✓ API compatible changes)
* `swiftide-macros`: 0.13.3 -> 0.13.4
* `swiftide-integrations`: 0.13.3 -> 0.13.4
* `swiftide-query`: 0.13.3 -> 0.13.4

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

<blockquote>

[0.13.4](bosun-ai/swiftide@v0.13.3...v0.13.4)
- 2024-10-21

-
[47455fb](bosun-ai@47455fb)
*(indexing)* Visibility of ChunkMarkdown builder should be public

-
[2b3b401](bosun-ai@2b3b401)
*(indexing)* Improve splitters consistency and provide defaults
([bosun-ai#403](bosun-ai#403))

**Full Changelog**:
bosun-ai/swiftide@0.13.3...0.13.4
</blockquote>

</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
SwabbieBosun authored and shamb0 committed Oct 30, 2024
1 parent acb34af commit b7aa295
Showing 1 changed file with 67 additions and 67 deletions.
134 changes: 67 additions & 67 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,73 +1,73 @@
# Changelog

All notable changes to this project will be documented in this file.

## [0.14.1](https://github.com/bosun-ai/swiftide/compare/v0.14.0...v0.14.1) - 2024-10-27

### Bug fixes

- [5bbcd55](https://github.com/bosun-ai/swiftide/commit/5bbcd55de65d73d7908e91c96f120928edb6b388) Revert 0.14 release as mistralrs is unpublished ([#417](https://github.com/bosun-ai/swiftide/pull/417))

````text
Revert the 0.14 release as `mistralrs` is unpublished and unfortunately
cannot be released.
````

### Miscellaneous

- [07c2661](https://github.com/bosun-ai/swiftide/commit/07c2661b7a7cdf75cdba12fab0ca91866793f727) Re-release 0.14 without mistralrs ([#419](https://github.com/bosun-ai/swiftide/pull/419))

````text
- **Revert "fix: Revert 0.14 release as mistralrs is unpublished
([#417](https://github.com/bosun-ai/swiftide/pull/417))"**
- **Fix changelog**
````


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.0...0.14.1



## [0.14.0](https://github.com/bosun-ai/swiftide/compare/v0.13.4...v0.14.0) - 2024-10-27

### Bug fixes

- [551a9cb](https://github.com/bosun-ai/swiftide/commit/551a9cb769293e42e15bae5dca3ab677be0ee8ea) *(indexing)* [**breaking**] Node ID no longer memoized ([#414](https://github.com/bosun-ai/swiftide/pull/414))

````text
As @shamb0 pointed out in [#392](https://github.com/bosun-ai/swiftide/pull/392), there is a potential issue where Node
ids are get cached before chunking or other transformations, breaking
upserts and potentially resulting in data loss.
````

# Changelog

All notable changes to this project will be documented in this file.

## [0.14.1](https://github.com/bosun-ai/swiftide/compare/v0.14.0...v0.14.1) - 2024-10-27

### Bug fixes

- [5bbcd55](https://github.com/bosun-ai/swiftide/commit/5bbcd55de65d73d7908e91c96f120928edb6b388) Revert 0.14 release as mistralrs is unpublished ([#417](https://github.com/bosun-ai/swiftide/pull/417))

````text
Revert the 0.14 release as `mistralrs` is unpublished and unfortunately
cannot be released.
````

### Miscellaneous

- [07c2661](https://github.com/bosun-ai/swiftide/commit/07c2661b7a7cdf75cdba12fab0ca91866793f727) Re-release 0.14 without mistralrs ([#419](https://github.com/bosun-ai/swiftide/pull/419))

````text
- **Revert "fix: Revert 0.14 release as mistralrs is unpublished
([#417](https://github.com/bosun-ai/swiftide/pull/417))"**
- **Fix changelog**
````


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.0...0.14.1



## [0.14.0](https://github.com/bosun-ai/swiftide/compare/v0.13.4...v0.14.0) - 2024-10-27

### Bug fixes

- [551a9cb](https://github.com/bosun-ai/swiftide/commit/551a9cb769293e42e15bae5dca3ab677be0ee8ea) *(indexing)* [**breaking**] Node ID no longer memoized ([#414](https://github.com/bosun-ai/swiftide/pull/414))

````text
As @shamb0 pointed out in [#392](https://github.com/bosun-ai/swiftide/pull/392), there is a potential issue where Node
ids are get cached before chunking or other transformations, breaking
upserts and potentially resulting in data loss.
````

**BREAKING CHANGE**: This PR reworks Nodes with a builder API and a private
id. Hence, manually creating nodes no longer works. In the future, all
the fields are likely to follow the same pattern, so that we can
decouple the inner fields from the Node's implementation.

- [c091ffa](https://github.com/bosun-ai/swiftide/commit/c091ffa6be792b0bd7bb03d604e26e40b2adfda8) *(indexing)* Use atomics for key generation in memory storage ([#415](https://github.com/bosun-ai/swiftide/pull/415))

### Miscellaneous

- [0000000](https://github.com/bosun-ai/swiftide/commit/0000000) Update Cargo.toml dependencies


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.4...0.14.0



## [0.13.4](https://github.com/bosun-ai/swiftide/compare/v0.13.3...v0.13.4) - 2024-10-21

### Bug fixes

- [47455fb](https://github.com/bosun-ai/swiftide/commit/47455fb04197a4b51142e2fb4c980e42ac54d11e) *(indexing)* Visibility of ChunkMarkdown builder should be public

- [2b3b401](https://github.com/bosun-ai/swiftide/commit/2b3b401dcddb2cb32214850b9b4dbb0481943d38) *(indexing)* Improve splitters consistency and provide defaults ([#403](https://github.com/bosun-ai/swiftide/pull/403))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.3...0.13.4


decouple the inner fields from the Node's implementation.

- [c091ffa](https://github.com/bosun-ai/swiftide/commit/c091ffa6be792b0bd7bb03d604e26e40b2adfda8) *(indexing)* Use atomics for key generation in memory storage ([#415](https://github.com/bosun-ai/swiftide/pull/415))

### Miscellaneous

- [0000000](https://github.com/bosun-ai/swiftide/commit/0000000) Update Cargo.toml dependencies


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.4...0.14.0



## [0.13.4](https://github.com/bosun-ai/swiftide/compare/v0.13.3...v0.13.4) - 2024-10-21

### Bug fixes

- [47455fb](https://github.com/bosun-ai/swiftide/commit/47455fb04197a4b51142e2fb4c980e42ac54d11e) *(indexing)* Visibility of ChunkMarkdown builder should be public

- [2b3b401](https://github.com/bosun-ai/swiftide/commit/2b3b401dcddb2cb32214850b9b4dbb0481943d38) *(indexing)* Improve splitters consistency and provide defaults ([#403](https://github.com/bosun-ai/swiftide/pull/403))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.3...0.13.4


# Changelog

All notable changes to this project will be documented in this file.
Expand Down

0 comments on commit b7aa295

Please sign in to comment.