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 #362

Merged
merged 1 commit into from
Oct 5, 2024
Merged

chore: release v0.13.2 #362

merged 1 commit into from
Oct 5, 2024

Conversation

SwabbieBosun
Copy link
Collaborator

πŸ€– 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-05T11-03-32Z branch from eae8fc2 to b2843ec Compare October 5, 2024 12:14
@timonv timonv merged commit 0094cb8 into master Oct 5, 2024
8 checks passed
@timonv timonv deleted the release-plz-2024-10-05T11-03-32Z branch October 5, 2024 12:40
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