From fce0cb876fcefc303f18f53d51c3b71d0464ae5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 13:10:17 +0000 Subject: [PATCH 1/2] chore(deps)(deps): bump taiki-e/install-action Bumps the actions-minor-patch group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.86.5 to 2.87.0 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/ba47c86ac325773530516bb756137ac718732518...37f7c5781271959fb65b6b35224e28652ff2b63d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6485a0c6..a0cbe98f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: # The `--all-targets` build above already compiled these test binaries, so # `nextest archive` is cache-warm and just packages them. - name: Install cargo-nextest - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: nextest - name: Archive test binaries (built once, run in integration) @@ -141,7 +141,7 @@ jobs: components: llvm-tools-preview - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: cargo-llvm-cov - name: Run tests with coverage @@ -328,7 +328,7 @@ jobs: shared-key: ws-noinstrument cache-on-failure: false - name: Install cargo-nextest - uses: taiki-e/install-action@ba47c86ac325773530516bb756137ac718732518 # v2.86.5 + uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 with: tool: nextest - name: Download prebuilt test-binary archive (from the build job) From 86c5e58a93052fa2a517cf6cecc6c7704a2959f9 Mon Sep 17 00:00:00 2001 From: Ben Kearns <35475+bkearns@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:54:26 -0700 Subject: [PATCH 2/2] chore(release): sync main version to v0.29.1 --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48f64f1d..fc6fe318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1083,7 +1083,7 @@ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" [[package]] name = "ferrosa-memory-batch" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "chrono", @@ -1101,7 +1101,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-core" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "base64 0.23.1", @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-eval" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "async-trait", @@ -1171,7 +1171,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-mcp" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "chrono", @@ -1191,7 +1191,7 @@ dependencies = [ [[package]] name = "ferrosa-memory-sync" -version = "0.29.0" +version = "0.29.1" dependencies = [ "aead", "aes-gcm", @@ -1267,7 +1267,7 @@ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" [[package]] name = "fmem-cli" -version = "0.29.0" +version = "0.29.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5859bce7..30092597 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/fmem-cli", "crates/ferrosa-memory-core", "crates/ferrosa-memo resolver = "2" [workspace.package] -version = "0.29.0" +version = "0.29.1" edition = "2024" license = "Apache-2.0"