Skip to content

Commit

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

* `swiftide`: 0.18.1
* `swiftide-agents`: 0.18.1
* `swiftide-core`: 0.18.1
* `swiftide-macros`: 0.18.1
* `swiftide-indexing`: 0.18.1
* `swiftide-integrations`: 0.18.1
* `swiftide-query`: 0.18.1

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

## `swiftide`

<blockquote>

##
[0.18.1](v0.18.0...v0.18.1)
- 2025-02-09

### New features

-
[78bf0e0](78bf0e0)
*(agents)* Add optional limit for agent iterations (#599)

-
[592e5a2](592e5a2)
*(integrations)* Support Azure openai via generics (#596)
</blockquote>








</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

---------

Co-authored-by: Timon Vonk <timonv@gmail.com>
  • Loading branch information
SwabbieBosun and timonv authored Feb 9, 2025
1 parent c8f2eed commit 73a681c
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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

## [0.18.1](https://github.com/bosun-ai/swiftide/compare/v0.18.0...v0.18.1) - 2025-02-09

### New features

- [78bf0e0](https://github.com/bosun-ai/swiftide/commit/78bf0e004049c852d4e32c0cd67725675b1250f9) *(agents)* Add optional limit for agent iterations (#599)

- [592e5a2](https://github.com/bosun-ai/swiftide/commit/592e5a2ca4b0f09ba6a9b20cef105539cb7a7909) *(integrations)* Support Azure openai via generics (#596)

- [c8f2eed](https://github.com/bosun-ai/swiftide/commit/c8f2eed9964341ac2dad611fc730dc234436430a) *(tree-sitter)* Add solidity support (#597)


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


# Changelog

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

## [0.18.0](https://github.com/bosun-ai/swiftide/compare/v0.17.5...v0.18.0) - 2025-02-01

### New features
Expand Down
31 changes: 21 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.0"
version = "0.18.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_json = { workspace = true }
tera = { workspace = true }

# Internal
swiftide-core = { path = "../swiftide-core", version = "0.18.0" }
swiftide-core = { path = "../swiftide-core", version = "0.18.1" }

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

0 comments on commit 73a681c

Please sign in to comment.