Skip to content

Commit

Permalink
chore: release v0.13.4 (#400)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `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>

## `swiftide`
<blockquote>

##
[0.13.4](v0.13.3...v0.13.4)
- 2024-10-21

### Bug fixes

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

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


**Full Changelog**:
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 Oct 21, 2024
1 parent 6345ffd commit d75a775
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Changelog

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

## [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
18 changes: 9 additions & 9 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default-members = ["swiftide", "swiftide-*"]
resolver = "2"

[workspace.package]
version = "0.13.3"
version = "0.13.4"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion swiftide-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ serde = { workspace = true }
serde_json = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.13.3" }
swiftide-core = { path = "../swiftide-core", version = "0.13.4" }

[dev-dependencies]
swiftide-core = { path = "../swiftide-core", features = ["test-utils"] }
Expand Down

0 comments on commit d75a775

Please sign in to comment.