Skip to content

Commit

Permalink
chore: release v0.13.1 (#344)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `swiftide`: 0.13.0 -> 0.13.1 (✓ API compatible changes)
* `swiftide-core`: 0.13.0 -> 0.13.1
* `swiftide-indexing`: 0.13.0 -> 0.13.1 (✓ API compatible changes)
* `swiftide-macros`: 0.13.0 -> 0.13.1
* `swiftide-integrations`: 0.13.0 -> 0.13.1 (✓ API compatible changes)
* `swiftide-query`: 0.13.0 -> 0.13.1

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

## `swiftide`
<blockquote>

##
[0.13.1](v0.13.0...v0.13.1)
- 2024-10-02

### Bug fixes

-
[e6d9ec2](e6d9ec2)
*(lancedb)* Should not error if table exists
([#349](#349))


**Full Changelog**:
0.13.0...0.13.1
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
SwabbieBosun authored Oct 2, 2024
1 parent e6d9ec2 commit 8e7b8ea
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.13.1](https://github.com/bosun-ai/swiftide/compare/v0.13.0...v0.13.1) - 2024-10-02

### Bug fixes

- [e6d9ec2](https://github.com/bosun-ai/swiftide/commit/e6d9ec2fe034c9d36fd730c969555c459606d42f) *(lancedb)* Should not error if table exists ([#349](https://github.com/bosun-ai/swiftide/pull/349))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.13.0...0.13.1



## [0.13.0](https://github.com/bosun-ai/swiftide/compare/v0.12.3...v0.13.0) - 2024-09-26

### New features
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 @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.13.0"
version = "0.13.1"
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.0" }
swiftide-core = { path = "../swiftide-core", version = "0.13.1" }

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

0 comments on commit 8e7b8ea

Please sign in to comment.