Skip to content

Commit

Permalink
chore: release v0.17.3 (#566)
Browse files Browse the repository at this point in the history
## 🤖 New release
* `swiftide`: 0.17.2 -> 0.17.3 (✓ API compatible changes)
* `swiftide-agents`: 0.17.2 -> 0.17.3 (✓ API compatible changes)
* `swiftide-core`: 0.17.2 -> 0.17.3 (✓ API compatible changes)
* `swiftide-macros`: 0.17.2 -> 0.17.3
* `swiftide-indexing`: 0.17.2 -> 0.17.3 (✓ API compatible changes)
* `swiftide-integrations`: 0.17.2 -> 0.17.3 (✓ API compatible changes)
* `swiftide-query`: 0.17.2 -> 0.17.3 (✓ API compatible changes)

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

## `swiftide`
<blockquote>

##
[0.17.3](v0.17.2...v0.17.3)
- 2025-01-24

### New features

-
[8e22442](8e22442)
*(integrations)* Support Qdrant 1.13 (#571)

### Bug fixes

-
[c5408a9](c5408a9)
*(agents)* Io::Error should always be a NonZeroExit error for tool
executors (#570)

### Miscellaneous

- [0000000](0000000) Update
Cargo.toml dependencies

- [0000000](0000000) Update
Cargo.lock dependencies


**Full Changelog**:
0.17.2...0.17.3
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
SwabbieBosun authored Jan 24, 2025
1 parent 8e22442 commit 19563dd
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [0.17.3](https://github.com/bosun-ai/swiftide/compare/v0.17.2...v0.17.3) - 2025-01-24

### New features

- [8e22442](https://github.com/bosun-ai/swiftide/commit/8e2244241f16fff77591cf04f40725ad0b05ca81) *(integrations)* Support Qdrant 1.13 (#571)

### Bug fixes

- [c5408a9](https://github.com/bosun-ai/swiftide/commit/c5408a96fbed6207022eb493da8d2cbb0fea7ca6) *(agents)* Io::Error should always be a NonZeroExit error for tool executors (#570)

### Miscellaneous

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

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


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.17.2...0.17.3



## [0.17.2](https://github.com/bosun-ai/swiftide/compare/v0.17.1...v0.17.2) - 2025-01-21

### Bug fixes
Expand Down
20 changes: 10 additions & 10 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 @@ -4,7 +4,7 @@ default-members = ["swiftide", "swiftide-*"]
resolver = "2"

[workspace.package]
version = "0.17.2"
version = "0.17.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 @@ -25,7 +25,7 @@ serde_json = { workspace = true }
tera = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.17.2" }
swiftide-core = { path = "../swiftide-core", version = "0.17.3" }

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

0 comments on commit 19563dd

Please sign in to comment.