Skip to content

Commit

Permalink
chore: release v0.18.2 (#606)
Browse files Browse the repository at this point in the history
## 🤖 New release

* `swiftide`: 0.18.1 -> 0.18.2 (✓ API compatible changes)
* `swiftide-agents`: 0.18.1 -> 0.18.2
* `swiftide-core`: 0.18.1 -> 0.18.2
* `swiftide-macros`: 0.18.1 -> 0.18.2
* `swiftide-indexing`: 0.18.1 -> 0.18.2
* `swiftide-integrations`: 0.18.1 -> 0.18.2 (✓ API compatible changes)
* `swiftide-query`: 0.18.1 -> 0.18.2

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

## `swiftide`

<blockquote>

##
[0.18.2](v0.18.1...v0.18.2)
- 2025-02-11

### New features

-
[50ffa15](50ffa15)
Anthropic support for prompts and agents (#602)

### Bug fixes

-
[8cf70e0](8cf70e0)
*(integrations)* Ensure anthropic tool call format is consistent with
specs

### Miscellaneous

-
[98176c6](98176c6)
Clippy


**Full Changelog**:
0.18.1...0.18.2
</blockquote>








</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
  • Loading branch information
SwabbieBosun authored Feb 11, 2025
1 parent 98176c6 commit f1e1399
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 12 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Changelog

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

## [0.18.2](https://github.com/bosun-ai/swiftide/compare/v0.18.1...v0.18.2) - 2025-02-11

### New features

- [50ffa15](https://github.com/bosun-ai/swiftide/commit/50ffa156e28bb085a61a376bab71c135bc09622f) Anthropic support for prompts and agents (#602)

### Bug fixes

- [8cf70e0](https://github.com/bosun-ai/swiftide/commit/8cf70e08787d1376ba20001cc9346767d8bd84ef) *(integrations)* Ensure anthropic tool call format is consistent with specs

### Miscellaneous

- [98176c6](https://github.com/bosun-ai/swiftide/commit/98176c603b61e3971ca5583f9f4346eb5b962d51) Clippy


**Full Changelog**: https://github.com/bosun-ai/swiftide/compare/0.18.1...0.18.2


# Changelog

All notable changes to this project will be documented in this file.
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.18.1"
version = "0.18.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.18.1" }
swiftide-core = { path = "../swiftide-core", version = "0.18.2" }

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

0 comments on commit f1e1399

Please sign in to comment.