Skip to content

Commit

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

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

## `swiftide`
<blockquote>

##
[0.16.2](v0.16.1...v0.16.2)
- 2025-01-08

### Bug fixes

-
[2226755](2226755)
Explicit cast on tools to Box<dyn> to make analyzer happy (#536)


**Full Changelog**:
0.16.1...0.16.2
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
SwabbieBosun authored Jan 9, 2025
1 parent 2226755 commit 2ee2663
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 12 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.16.2](https://github.com/bosun-ai/swiftide/compare/v0.16.1...v0.16.2) - 2025-01-08

### Bug fixes

- [2226755](https://github.com/bosun-ai/swiftide/commit/2226755f367d9006870a2dea2063655a7901d427) Explicit cast on tools to Box<dyn> to make analyzer happy (#536)


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.16.1...0.16.2



## [0.16.1](https://github.com/bosun-ai/swiftide/compare/v0.16.0...v0.16.1) - 2025-01-06

### 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.16.1"
version = "0.16.2"
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.16.1" }
swiftide-core = { path = "../swiftide-core", version = "0.16.2" }

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

0 comments on commit 2ee2663

Please sign in to comment.