Skip to content

chore: release v0.38.0 - #423

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-04T23-38-45Z
Open

chore: release v0.38.0#423
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-08-04T23-38-45Z

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • mentedb-core: 0.37.3 -> 0.38.0
  • mentedb-cognitive: 0.37.3 -> 0.38.0
  • mentedb-consolidation: 0.37.3 -> 0.38.0
  • mentedb-context: 0.37.3 -> 0.38.0
  • mentedb-embedding: 0.37.3 -> 0.38.0
  • mentedb-extraction: 0.37.3 -> 0.38.0
  • mentedb-graph: 0.37.3 -> 0.38.0
  • mentedb-index: 0.37.3 -> 0.38.0 (⚠ API breaking changes)
  • mentedb-query: 0.37.3 -> 0.38.0
  • mentedb-storage: 0.37.3 -> 0.38.0
  • mentedb: 0.37.3 -> 0.38.0 (✓ API compatible changes)
  • mentedb-server: 0.37.3 -> 0.38.0
  • mentedb-cli: 0.37.3 -> 0.38.0

mentedb-index breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field IndexManagerConfig.fusion in /tmp/.tmpTFJLni/mentedb/crates/mentedb-index/src/manager.rs:84

--- failure constructible_struct_adds_private_field: struct no longer constructible due to new private field ---

Description:
A struct constructible with a struct literal has a new non-public field. It can no longer be constructed using a struct literal outside of its crate.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_private_field.ron

Failed in:
  field IndexManager.fusion in /tmp/.tmpTFJLni/mentedb/crates/mentedb-index/src/manager.rs:100
  field IndexManager.fusion in /tmp/.tmpTFJLni/mentedb/crates/mentedb-index/src/manager.rs:100
Changelog

mentedb-core

0.32.0 - 2026-07-27

Other

  • Agent file sync: edit the file, memory mirrors it (#385)
  • agent file compliance benchmark moved from the platform repo (#383)

mentedb-cognitive

0.32.2 - 2026-07-27

Fixed

  • value update cosine floor sits below real embedder bands, floor rejections logged (#391)

mentedb-consolidation

0.32.0 - 2026-07-27

Other

  • Agent file sync: edit the file, memory mirrors it (#385)
  • agent file compliance benchmark moved from the platform repo (#383)

mentedb-context

0.32.0 - 2026-07-27

Other

  • Agent file sync: edit the file, memory mirrors it (#385)
  • agent file compliance benchmark moved from the platform repo (#383)

mentedb-embedding

0.32.0 - 2026-07-27

Other

  • Agent file sync: edit the file, memory mirrors it (#385)
  • agent file compliance benchmark moved from the platform repo (#383)

mentedb-extraction

0.32.2 - 2026-07-27

Fixed

  • value update cosine floor sits below real embedder bands, floor rejections logged (#391)

mentedb-graph

0.37.0 - 2026-07-31

Added

  • O(1) dashboard stats snapshot and maintained conflict-edge list (#415)

mentedb-index

0.38.0 - 2026-08-07

Added

  • magnitude-aware hybrid fusion behind a flag (#425)

mentedb-query

0.32.0 - 2026-07-27

Other

  • Agent file sync: edit the file, memory mirrors it (#385)
  • agent file compliance benchmark moved from the platform repo (#383)

mentedb-storage

0.32.0 - 2026-07-27

Other

  • Agent file sync: edit the file, memory mirrors it (#385)
  • agent file compliance benchmark moved from the platform repo (#383)

mentedb

0.38.0 - 2026-08-07

Added

  • magnitude-aware hybrid fusion behind a flag (#425)

mentedb-server

0.36.1 - 2026-07-30

Other

  • update Cargo.lock dependencies

mentedb-cli

0.36.1 - 2026-07-30

Other

  • update Cargo.lock dependencies


This PR was generated with release-plz.

@github-actions github-actions Bot changed the title chore: release v0.37.4 chore: release v0.38.0 Aug 7, 2026
@github-actions
github-actions Bot force-pushed the release-plz-2026-08-04T23-38-45Z branch from 837f3ec to c2e6b55 Compare August 7, 2026 05:19
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