Skip to content

Commit f01ad10

Browse files
chore(master): release 1.0.0 (#356)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7994400 commit f01ad10

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.18.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/filecoin-project/filecoin-pin/compare/v0.18.0...v1.0.0) (2026-03-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* compare IPNI providers as normalized URIs ([#368](https://github.com/filecoin-project/filecoin-pin/issues/368))
9+
* update to synapse-sdk@0.40.0 ([#369](https://github.com/filecoin-project/filecoin-pin/issues/369))
10+
11+
### Features
12+
13+
* update to synapse-sdk@0.40.0 ([#369](https://github.com/filecoin-project/filecoin-pin/issues/369)) ([83da89d](https://github.com/filecoin-project/filecoin-pin/commit/83da89de16c8a6dd48ec77a293b3d9d686a4d08c))
14+
15+
16+
### Bug Fixes
17+
18+
* compare IPNI providers as normalized URIs ([#368](https://github.com/filecoin-project/filecoin-pin/issues/368)) ([7994400](https://github.com/filecoin-project/filecoin-pin/commit/7994400213c96fea0c4faede729c74b9865251c2))
19+
* use pnpm ([#370](https://github.com/filecoin-project/filecoin-pin/issues/370)) ([6563a33](https://github.com/filecoin-project/filecoin-pin/commit/6563a33654ad1b571be4e48b78a53e30601d6922))
20+
21+
22+
### Chores
23+
24+
* 7day dep update cooldown, use `npm ci` for stable install in action ([#359](https://github.com/filecoin-project/filecoin-pin/issues/359)) ([56d5f69](https://github.com/filecoin-project/filecoin-pin/commit/56d5f69bc27f3a26caea57f3251972f5cb4de40b))
25+
* **deps:** bump undici from 6.23.0 to 6.24.1 in /upload-action ([#361](https://github.com/filecoin-project/filecoin-pin/issues/361)) ([ef7062f](https://github.com/filecoin-project/filecoin-pin/commit/ef7062fdcf539b4b533f82b7d128e1c1a148f5c7))
26+
* **docs:** changelog tweak ([#355](https://github.com/filecoin-project/filecoin-pin/issues/355)) ([751032f](https://github.com/filecoin-project/filecoin-pin/commit/751032f2e4939039d00e13f971297358827903e6))
27+
28+
29+
### Documentation
30+
31+
* add a security policy ([#358](https://github.com/filecoin-project/filecoin-pin/issues/358)) ([79a8a9a](https://github.com/filecoin-project/filecoin-pin/commit/79a8a9a180c615aa245cb265037d63310bd87321))
32+
333
## [0.18.0](https://github.com/filecoin-project/filecoin-pin/compare/v0.17.0...v0.18.0) (2026-03-10)
434

535
This release introduces **multi-copy storage** for data durability. Uploads now automatically store 2 copies of your data across independent Filecoin storage providers. Each copy is independently proven on-chain, so a single provider failure doesn't result in data loss. The number of copies can be controlled with `--count`, and you only upload your data once regardless of copy count.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filecoin-pin",
3-
"version": "0.18.0",
3+
"version": "1.0.0",
44
"description": "Bridge IPFS content to Filecoin Onchain Cloud using familiar tools",
55
"type": "module",
66
"packageManager": "pnpm@10.32.1",

0 commit comments

Comments
 (0)