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

Merged
merged 1 commit into from
Jan 27, 2025
Merged

chore: release #203

merged 1 commit into from
Jan 27, 2025

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-lancedb: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • rig-mongodb: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • rig-neo4j: 0.2.2 -> 0.2.3 (✓ API compatible changes)
  • rig-postgres: 0.1.0
  • rig-qdrant: 0.1.5 -> 0.1.6 (✓ API compatible changes)
  • rig-sqlite: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • rig-eternalai: 0.1.0

⚠️ 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/.tmpy7jO7p/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/.tmpdB8OuM/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/.tmpdB8OuM/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_SMALL in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:191
  UNSLOTH_LLAMA_3_3_70B_INSTRUCT_BNB_4BIT in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:318
  TEXT_EMBEDDING_3_LARGE in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:189
  TEXT_EMBEDDING_ADA_002 in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:193
  MAPPING_CHAINID in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:320
  NOUS_RESEARCH_HERMES_3_LLAMA_3_1_70B_FP8 in file /tmp/.tmpdB8OuM/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/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:418
  struct rig::providers::eternalai::Choice, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:396
  struct rig::providers::eternalai::CompletionResponse, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:335
  struct rig::providers::eternalai::Function, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:433
  struct rig::providers::eternalai::ToolCall, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:411
  struct rig::providers::eternalai::CompletionModel, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:439
  struct rig::providers::eternalai::EmbeddingData, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:219
  struct rig::providers::eternalai::EmbeddingModel, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:242
  struct rig::providers::eternalai::Message, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:404
  struct rig::providers::eternalai::Usage, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:226
  struct rig::providers::eternalai::Client, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:30
  struct rig::providers::eternalai::EmbeddingResponse, previously in file /tmp/.tmpdB8OuM/rig-core/src/providers/eternalai.rs:196
Changelog

rig-core

0.7.0 - 2025-01-27

Added

Fixed

Other

rig-lancedb

0.2.3 - 2025-01-27

Other

  • update Cargo.lock dependencies

rig-mongodb

0.2.3 - 2025-01-27

Other

  • update Cargo.lock dependencies

rig-neo4j

0.2.3 - 2025-01-27

Other

rig-postgres

0.1.0 - 2025-01-27

Added

rig-qdrant

0.1.6 - 2025-01-27

Other

  • update Cargo.lock dependencies

rig-sqlite

0.1.3 - 2025-01-27

Fixed

Other

rig-eternalai

0.1.0 - 2025-01-27

Added

Fixed

Other


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 8 times, most recently from 478601b to e0d5e2b Compare January 27, 2025 19:42
@github-actions github-actions bot force-pushed the release-plz-2025-01-14T21-23-40Z branch from e0d5e2b to c196713 Compare January 27, 2025 20:10
@cvauclair cvauclair merged commit 436588b into main Jan 27, 2025
@github-actions github-actions bot mentioned this pull request Jan 27, 2025
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