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

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

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 11, 2024

πŸ€– New release

  • terraphim_automata: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • terraphim_types: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • terraphim_config: 0.1.0 -> 0.2.0 (⚠️ API breaking changes)
  • terraphim_rolegraph: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • terraphim_middleware: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • terraphim_service: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • terraphim_server: 0.1.0 -> 0.1.1 (βœ“ API compatible changes)
  • terraphim-ai-desktop: 0.1.0
  • terraphim_persistence: 0.1.0 -> 0.1.1

⚠️ terraphim_config breaking changes

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/enum_variant_added.ron

Failed in:
  variant TerraphimConfigError:Io in /tmp/.tmpGx11rk/terraphim-ai/crates/terraphim_config/src/lib.rs:54

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.29.1/src/lints/method_parameter_count_changed.ron

Failed in:
  terraphim_config::ConfigState::search_indexed_documents now takes 3 parameters instead of 2, in /tmp/.tmpGx11rk/terraphim-ai/crates/terraphim_config/src/lib.rs:325

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It 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.29.1/src/lints/struct_pub_field_missing.ron

Failed in:
  field server_url of struct Role, previously in file /tmp/.tmp3IyVZX/terraphim_config/src/lib.rs:67
Changelog

terraphim_automata

0.1.1 - 2024-06-03

Other

  • Formatter applied
  • Replaces uncommented
  • Replaces uncommented

terraphim_types

0.1.1 - 2024-06-03

Other

  • Fixing test and search logic for default scorer

terraphim_config

0.2.0 - 2024-06-03

Other

  • cargo fmt
  • Fixing test and consistent folder management, UI
  • Fixing test and search logic for default scorer
  • Spring clean config - refactor redundant fields and kg optional
  • Spring clean config - refactor redundant fields and kg optional
  • Update Tauri code after search endpoint changes (#90)
  • Replaces uncommented

terraphim_rolegraph

0.1.1 - 2024-06-03

Removed

  • removed sorting by key

terraphim_middleware

0.1.1 - 2024-06-03

Other

  • Spring clean config - refactor redundant fields and kg optional

terraphim_service

0.1.1 - 2024-06-03

Other

  • Layerfile and fmt check fixes
  • Added rank to default scorer so UI can sort, partially fixes #94
  • Fixing test and search logic for default scorer
  • Spring clean config - refactor redundant fields and kg optional

Removed

  • removed sorting by key

terraphim_server

0.1.1 - 2024-06-03

Other

  • faster doc build
  • cargo fmt
  • Fixing test and consistent folder management
  • Fixing test and search logic for default scorer
  • Spring clean config - refactor redundant fields and kg optional
  • Spring clean config - refactor redundant fields and kg optional
  • cargo fmt
  • node yarn fixes
  • Logo fixes
  • Update Tauri code after search endpoint changes (#90)
  • bumped rust version 1.76.0
  • Formatter applied
  • Merge remote-tracking branch 'origin' into replacer
  • Replaces uncommented

Removed

  • removed sorting by key

terraphim-ai-desktop

0.1.0 - 2024-04-29

Fixed

  • fix

Other

  • Prefix all crates with terraphim_ for consistency
  • config -> terraphim_config
  • Move types crate to crates/ folder
  • work on scorer
  • Change API endpoint from articles to documents
  • Add dummy term_to_id.json
  • Fixes
  • Rename Settings to DeviceSettings
  • use Document and url everywhere
  • update terraphim service interface
  • Move shared logic to terraphim_service
  • Limit tauri features and update to latest stable version
  • Removed axum from dependencies
  • Cleaned tauri cmd.rs and added config_update
  • Port over thesaurus to Tauri
  • cleanup
  • cargo fmt
  • build fixes
  • api fixes
  • clean up imports
  • refactor
  • Refactor config and thesaurus handling
    • Move core types into terraphim_types crate.
  • make fmt happy
  • Merge pull request #50 from terraphim/layer_file
  • clippy and formatter
  • Added article cache into global config state
  • Desktop default settings
  • Pin dependencies to versions that are compatible withhttp: 0.2.11 until all crates have updated
  • Remove deprecated dependency on terraphim_grep
  • persistance -> persistence
    • The server-axum folder got renamed to terraphim_server to align with the crate name. The behavior stays the same.
  • Tauri desktop working in the same way as Axum closes #24 and #14
  • Search middleware: Ripgrep, moved to types
  • Both axum and tauri configs work
  • Axum server works and spins inside tauri, but tauri security prevents querying axum http api directly. See tauri localhost plugin
  • trying to move axum server into lib - so I can reuse it with tauri
  • Basic config
  • new UI for desktop

terraphim_persistence

0.1.1 - 2024-06-03

Other

  • updated the following local packages: terraphim_types


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-05-11T08-51-55Z branch 4 times, most recently from 4cf8432 to 382655b Compare May 17, 2024 09:33
@github-actions github-actions bot force-pushed the release-plz-2024-05-11T08-51-55Z branch from 382655b to 0df3ccd Compare June 1, 2024 14:36
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants