Skip to content

Commit 7d01a6d

Browse files
authored
chore(master): release 1.0.1 (#566)
1 parent 4f6ba80 commit 7d01a6d

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

.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.23.2"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/filecoin-project/filecoin-pin/compare/v0.23.2...v1.0.1) (2026-06-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade to synapse-sdk v1.0.1 and synapse-core v0.7.0 ([#574](https://github.com/filecoin-project/filecoin-pin/issues/574))
9+
10+
### Features
11+
12+
* add dataSetIds input parsing to upload action ([#573](https://github.com/filecoin-project/filecoin-pin/issues/573)) ([79b5d1e](https://github.com/filecoin-project/filecoin-pin/commit/79b5d1e9e37e3872ba06d130ce03c9587918bc38))
13+
* add session revoke command ([#518](https://github.com/filecoin-project/filecoin-pin/issues/518)) ([48b6f64](https://github.com/filecoin-project/filecoin-pin/commit/48b6f64d96cb63e97313c6912aaece6606352974))
14+
* prompt dataset selection on ambiguous --data-set-metadata match ([#572](https://github.com/filecoin-project/filecoin-pin/issues/572)) ([6778145](https://github.com/filecoin-project/filecoin-pin/commit/67781455ccf8d2b19a026531987b351ad069c5f4))
15+
* upgrade to synapse-sdk v1.0.1 and synapse-core v0.7.0 ([#574](https://github.com/filecoin-project/filecoin-pin/issues/574)) ([d005cec](https://github.com/filecoin-project/filecoin-pin/commit/d005cec97805ed0db84ff301773ef4463b9e76a5))
16+
17+
18+
### Bug Fixes
19+
20+
* run upload action test on push too ([#558](https://github.com/filecoin-project/filecoin-pin/issues/558)) ([7a996a5](https://github.com/filecoin-project/filecoin-pin/commit/7a996a58fdea57dbf17d7b56922ec6f5df02f78d))
21+
22+
23+
### Chores
24+
25+
* configure release-please for proper semver ([#582](https://github.com/filecoin-project/filecoin-pin/issues/582)) ([bad16db](https://github.com/filecoin-project/filecoin-pin/commit/bad16dbd1969dd7761f452ab126bc3bbaa6b1c3d))
26+
* release as 1.0.1 ([#586](https://github.com/filecoin-project/filecoin-pin/issues/586)) ([4f6ba80](https://github.com/filecoin-project/filecoin-pin/commit/4f6ba809f1743674313df17d7804395ef381b6dc))
27+
28+
29+
### Documentation
30+
31+
* fix metadata table rendering in glossary ([#567](https://github.com/filecoin-project/filecoin-pin/issues/567)) ([aec3373](https://github.com/filecoin-project/filecoin-pin/commit/aec337383501fc05aea75f73487a679f80e7840f))
32+
* pad test uploads past SP minimum size in DEVELOPMENT.md ([#571](https://github.com/filecoin-project/filecoin-pin/issues/571)) ([10b5dbe](https://github.com/filecoin-project/filecoin-pin/commit/10b5dbedff708c391c57886aff49df5ea5f0cb99))
33+
334
## [0.23.2](https://github.com/filecoin-project/filecoin-pin/compare/v0.23.1...v0.23.2) (2026-06-09)
435

536

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.23.2",
3+
"version": "1.0.1",
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)