Skip to content

Commit

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

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

## `swiftide`
<blockquote>

##
[0.14.3](v0.14.2...v0.14.3)
- 2024-11-20

### New features

-
[1774b84](1774b84)
*(integrations)* Add PGVector support for indexing
([#392](#392))


**Full Changelog**:
0.14.2...0.14.3
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
  • Loading branch information
SwabbieBosun authored Nov 20, 2024
1 parent 1774b84 commit 0896844
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.14.3](https://github.com/bosun-ai/swiftide/compare/v0.14.2...v0.14.3) - 2024-11-20

### New features

- [1774b84](https://github.com/bosun-ai/swiftide/commit/1774b84f00a83fe69af4a2b6a6daf397d4d9b32d) *(integrations)* Add PGVector support for indexing ([#392](https://github.com/bosun-ai/swiftide/pull/392))


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.14.2...0.14.3



## [0.14.2](https://github.com/bosun-ai/swiftide/compare/v0.14.1...v0.14.2) - 2024-11-08

### Bug fixes
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.14.2"
version = "0.14.3"
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 @@ -24,7 +24,7 @@ serde = { workspace = true }
serde_json = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.14.2" }
swiftide-core = { path = "../swiftide-core", version = "0.14.3" }

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

0 comments on commit 0896844

Please sign in to comment.