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.13.2 #360

Closed
wants to merge 1 commit into from

Conversation

SwabbieBosun
Copy link
Collaborator

@SwabbieBosun SwabbieBosun commented Oct 5, 2024

πŸ€– New release

  • swiftide: 0.13.1 -> 0.13.2 (βœ“ API compatible changes)
  • swiftide-core: 0.13.1 -> 0.13.2 (βœ“ API compatible changes)
  • swiftide-indexing: 0.13.1 -> 0.13.2 (βœ“ API compatible changes)
  • swiftide-macros: 0.13.1 -> 0.13.2
  • swiftide-integrations: 0.13.1 -> 0.13.2 (βœ“ API compatible changes)
  • swiftide-query: 0.13.1 -> 0.13.2 (βœ“ API compatible changes)
Changelog

swiftide

0.13.2 - 2024-10-05

New features

  • 4b13aa7 (core) Add support for cloning all trait objects (#355)
For instance, if you have a `Box<dyn SimplePrompt>`, you can now clone
  into an owned copy and more effectively use the available generics. This
  also works for borrowed trait objects.
  • ed3da52 (indexing) Support Redb as embedable nodecache (#346)
Adds support for Redb as an embeddable node cache, allowing full local
  app development without needing external services.

Bug fixes

  • 06f8336 (indexing) Ensure name() returns concrete name on trait objects (#351)

Miscellaneous

  • 8237c28 (core) Mock traits for testing should not have their docs hidden

  • 0000000 Update Cargo.toml dependencies

Full Changelog: 0.13.1...0.13.2


This PR was generated with release-plz.

@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-10-05T10-37-48Z branch from ad552be to 145064e Compare October 5, 2024 10:38
@SwabbieBosun SwabbieBosun force-pushed the release-plz-2024-10-05T10-37-48Z branch from 145064e to 32eae6c Compare October 5, 2024 11:02
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.

1 participant