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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 1, 2024

🤖 New release

  • rig-core: 0.2.1 -> 0.3.0 (⚠️ API breaking changes)
  • rig-mongodb: 0.1.2 -> 0.1.3

⚠️ rig-core breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/struct_missing.ron

Failed in:
  struct rig::vector_store::NoIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:198

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_method_added.ron

Failed in:
  trait method rig::vector_store::VectorStoreIndex::top_n in file /tmp/.tmpGXG4aZ/rig/rig-core/src/vector_store/mod.rs:56
  trait method rig::vector_store::VectorStoreIndex::top_n_ids in file /tmp/.tmpGXG4aZ/rig/rig-core/src/vector_store/mod.rs:63
  trait method rig::vector_store::VectorStoreIndexDyn::top_n in file /tmp/.tmpGXG4aZ/rig/rig-core/src/vector_store/mod.rs:73
  trait method rig::vector_store::VectorStoreIndexDyn::top_n_ids in file /tmp/.tmpGXG4aZ/rig/rig-core/src/vector_store/mod.rs:75

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.35.0/src/lints/trait_method_missing.ron

Failed in:
  method top_n_from_query of trait VectorStoreIndexDyn, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:139
  method top_n_ids_from_query of trait VectorStoreIndexDyn, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:145
  method top_n_from_embedding of trait VectorStoreIndexDyn, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:159
  method top_n_ids_from_embedding of trait VectorStoreIndexDyn, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:165
  method top_n_from_query of trait VectorStoreIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:57
  method top_n_documents_from_query of trait VectorStoreIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:65
  method top_n_ids_from_query of trait VectorStoreIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:80
  method top_n_from_embedding of trait VectorStoreIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:99
  method top_n_documents_from_embedding of trait VectorStoreIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:107
  method top_n_ids_from_embedding of trait VectorStoreIndex, previously in file /tmp/.tmp5xOM9Q/rig-core/src/vector_store/mod.rs:122
Changelog

rig-core

0.3.0 - 2024-10-03

Other

  • Add nextest test runner to CI
  • Merge pull request #42 from 0xPlaygrounds/refactor(vector-store)/update-vector-store-index-trait

rig-mongodb

0.1.3 - 2024-10-03

Other

  • updated the following local packages: rig-core


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-10-01T20-17-02Z branch from 8e00fdb to 2fc6e3d Compare October 3, 2024 19:51
@github-actions github-actions bot closed this Oct 3, 2024
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.

0 participants