From 58f430b7bc6f00fa5921880e6e3675e793017a3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 13:21:56 +0000 Subject: [PATCH] chore(main): release ipfs2foc 0.8.0 --- .release-please-manifest.json | 2 +- package.json | 2 +- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca613..64f3cdd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/package.json b/package.json index 1dc7f1e..d5e05d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs2foc-monorepo", - "version": "0.7.0", + "version": "0.8.0", "private": true, "description": "Workspace root for ipfs2foc — the CLI (packages/cli), the redirect relay (packages/relay), the shared core (packages/core), and the browser console (app).", "type": "module", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 41f9cc6..c4abe2b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/FilOzone/ipfs2foc/compare/ipfs2foc-v0.7.0...ipfs2foc-v0.8.0) (2026-08-10) + + +### Features + +* direct upload with GC-aware addPieces batching ([#71](https://github.com/FilOzone/ipfs2foc/issues/71)) ([e52218a](https://github.com/FilOzone/ipfs2foc/commit/e52218a0f44d7af56f1d67149c2bf311721bcd01)) + ## [0.7.0](https://github.com/FilOzone/ipfs2foc/compare/ipfs2foc-v0.6.0...ipfs2foc-v0.7.0) (2026-08-03) diff --git a/packages/cli/package.json b/packages/cli/package.json index 198e1f8..7fa2b04 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "ipfs2foc", - "version": "0.7.0", + "version": "0.8.0", "description": "Migrate already-pinned IPFS CIDs onto Filecoin Onchain Cloud without re-chunking.", "keywords": [ "ipfs",