Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.14.4 #460

Merged
merged 1 commit into from
Dec 11, 2024
Merged

chore: release v0.14.4 #460

merged 1 commit into from
Dec 11, 2024

Conversation

SwabbieBosun
Copy link
Collaborator

@SwabbieBosun SwabbieBosun commented Nov 26, 2024

πŸ€– New release

  • swiftide: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
  • swiftide-agents: 0.14.3 -> 0.14.4
  • swiftide-core: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
  • swiftide-macros: 0.14.3 -> 0.14.4
  • swiftide-integrations: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
  • swiftide-indexing: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
  • swiftide-query: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
Changelog

swiftide

0.14.4 - 2024-12-11

New features

Agents are coming to Swiftide! We are still ironing out all the kinks,
  while we make it ready for a proper release. You can already experiment
  with agents, see the rustdocs for documentation, and an example in
  `/examples`, and feel free to contact us via github or discord. Better
  documentation, examples, and tutorials are coming soon.

  Run completions in a loop, define tools with two handy macros, customize
  the agent by hooking in on lifecycle events, and much more.

  Besides documentation, expect a big release for what we build this for
  soon! πŸŽ‰

Miscellaneous

Full Changelog: 0.14.3...0.14.4


This PR was generated with release-plz.

@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-11-26T17-04-20Z branch 4 times, most recently from 4ea01eb to b194a8e Compare December 4, 2024 09:30
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-11-26T17-04-20Z branch 2 times, most recently from 2a82507 to ba4e985 Compare December 5, 2024 11:11
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-11-26T17-04-20Z branch from ba4e985 to 0b49ef4 Compare December 11, 2024 22:31
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-11-26T17-04-20Z branch from 0b49ef4 to 1e1f9b9 Compare December 11, 2024 23:43
@timonv timonv self-requested a review December 11, 2024 23:55
@timonv timonv enabled auto-merge (squash) December 11, 2024 23:55
@timonv timonv merged commit fa13c62 into master Dec 11, 2024
6 of 7 checks passed
@timonv timonv deleted the release-plz-2024-11-26T17-04-20Z branch December 11, 2024 23:59
shamb0 pushed a commit to shamb0/swiftide that referenced this pull request Dec 14, 2024
## πŸ€– New release
* `swiftide`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-agents`: 0.14.3 -> 0.14.4
* `swiftide-core`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-macros`: 0.14.3 -> 0.14.4
* `swiftide-integrations`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-indexing`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-query`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)

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

## `swiftide`
<blockquote>

##
[0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4)
- 2024-12-11

### New features

-
[7211559](bosun-ai@7211559)
*(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463)

````text
Agents are coming to Swiftide! We are still ironing out all the kinks,
  while we make it ready for a proper release. You can already experiment
  with agents, see the rustdocs for documentation, and an example in
  `/examples`, and feel free to contact us via github or discord. Better
  documentation, examples, and tutorials are coming soon.

  Run completions in a loop, define tools with two handy macros, customize
  the agent by hooking in on lifecycle events, and much more.

  Besides documentation, expect a big release for what we build this for
  soon! πŸŽ‰
````

-
[3751f49](bosun-ai@3751f49)
*(query)* Add support for single embedding retrieval with PGVector
(bosun-ai#406)

### Miscellaneous

-
[5ce4d21](bosun-ai@5ce4d21)
Clippy and deps fixes for 1.83 (bosun-ai#467)


**Full Changelog**:
bosun-ai/swiftide@0.14.3...0.14.4
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
shamb0 pushed a commit to shamb0/swiftide that referenced this pull request Dec 17, 2024
* `swiftide`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-agents`: 0.14.3 -> 0.14.4
* `swiftide-core`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-macros`: 0.14.3 -> 0.14.4
* `swiftide-integrations`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-indexing`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)
* `swiftide-query`: 0.14.3 -> 0.14.4 (βœ“ API compatible changes)

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

<blockquote>

[0.14.4](bosun-ai/swiftide@v0.14.3...v0.14.4)
- 2024-12-11

-
[7211559](bosun-ai@7211559)
*(agents)* **EXPERIMENTAL** Agents in Swiftide (bosun-ai#463)

````text
Agents are coming to Swiftide! We are still ironing out all the kinks,
  while we make it ready for a proper release. You can already experiment
  with agents, see the rustdocs for documentation, and an example in
  `/examples`, and feel free to contact us via github or discord. Better
  documentation, examples, and tutorials are coming soon.

  Run completions in a loop, define tools with two handy macros, customize
  the agent by hooking in on lifecycle events, and much more.

  Besides documentation, expect a big release for what we build this for
  soon! πŸŽ‰
````

-
[3751f49](bosun-ai@3751f49)
*(query)* Add support for single embedding retrieval with PGVector
(bosun-ai#406)

-
[5ce4d21](bosun-ai@5ce4d21)
Clippy and deps fixes for 1.83 (bosun-ai#467)

**Full Changelog**:
bosun-ai/swiftide@0.14.3...0.14.4
</blockquote>

</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants