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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 14, 2025

🤖 New release

  • rig-core: 0.6.1 -> 0.7.0 (⚠️ API breaking changes)
  • rig-neo4j: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • rig-sqlite: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • rig-eternalai: 0.1.0
  • rig-lancedb: 0.2.2 -> 0.2.3
  • rig-mongodb: 0.2.2 -> 0.2.3
  • rig-qdrant: 0.1.5 -> 0.1.6

⚠️ rig-core breaking changes

--- failure enum_tuple_variant_field_added: pub enum tuple variant field added ---

Description:
An enum's exhaustive tuple variant has a new field, which has to be included when constructing or matching on this variant.
        ref: https://doc.rust-lang.org/reference/attributes/type_system.html#the-non_exhaustive-attribute
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_tuple_variant_field_added.ron

Failed in:
  field 2 of variant ModelChoice::ToolCall in /tmp/.tmpedq4TZ/rig/rig-core/src/completion.rs:225

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function 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.38.0/src/lints/function_missing.ron

Failed in:
  function rig::providers::eternalai::get_chain_id, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:325

--- failure module_missing: pub module removed or renamed ---

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

Failed in:
  mod rig::providers::eternalai, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/pub_module_level_const_missing.ron

Failed in:
  TEXT_EMBEDDING_3_LARGE in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:189
  MAPPING_CHAINID in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:320
  TEXT_EMBEDDING_3_SMALL in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:191
  UNSLOTH_LLAMA_3_3_70B_INSTRUCT_BNB_4BIT in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:318
  TEXT_EMBEDDING_ADA_002 in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:193
  NOUS_RESEARCH_HERMES_3_LLAMA_3_1_70B_FP8 in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:316

--- 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.38.0/src/lints/struct_missing.ron

Failed in:
  struct rig::providers::eternalai::ToolDefinition, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:418
  struct rig::providers::eternalai::Client, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:30
  struct rig::providers::eternalai::ToolCall, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:411
  struct rig::providers::eternalai::CompletionModel, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:439
  struct rig::providers::eternalai::Message, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:404
  struct rig::providers::eternalai::EmbeddingData, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:219
  struct rig::providers::eternalai::EmbeddingModel, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:242
  struct rig::providers::eternalai::Function, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:433
  struct rig::providers::eternalai::Choice, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:396
  struct rig::providers::eternalai::CompletionResponse, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:335
  struct rig::providers::eternalai::EmbeddingResponse, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:196
  struct rig::providers::eternalai::Usage, previously in file /tmp/.tmpK3Aumy/rig-core/src/providers/eternalai.rs:226
Changelog

rig-core

0.7.0 - 2025-01-24

Added

Fixed

Other

rig-neo4j

0.2.3 - 2025-01-24

Other

rig-sqlite

0.1.3 - 2025-01-24

Fixed

Other

rig-eternalai

0.1.0 - 2025-01-24

Added

Fixed

Other

rig-lancedb

0.2.3 - 2025-01-24

Other

  • updated the following local packages: rig-core

rig-mongodb

0.2.3 - 2025-01-24

Other

  • updated the following local packages: rig-core

rig-qdrant

0.1.6 - 2025-01-24

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-2025-01-14T21-23-40Z branch 6 times, most recently from 0d24eaf to af275e0 Compare January 21, 2025 20:18
@github-actions github-actions bot force-pushed the release-plz-2025-01-14T21-23-40Z branch 6 times, most recently from 3f540ac to b6c12a7 Compare January 24, 2025 20:12
@github-actions github-actions bot force-pushed the release-plz-2025-01-14T21-23-40Z branch from b6c12a7 to 478601b Compare January 24, 2025 20:38
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