Skip to content

Commit 8a03f4b

Browse files
chore(master): release 0.12.0
1 parent 70e780f commit 8a03f4b

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-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.11.1"
2+
".": "0.12.0"
33
}

CHANGELOG.md

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

3+
## [0.12.0](https://github.com/filecoin-project/filecoin-pin/compare/v0.11.1...v0.12.0) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* add core/data-set methods ([#210](https://github.com/filecoin-project/filecoin-pin/issues/210)) ([6d81508](https://github.com/filecoin-project/filecoin-pin/commit/6d815080a985e8e6e6134430b4ded4ac803b6997))
9+
* data-set CLI uses filecoin-pin/core/data-set ([#211](https://github.com/filecoin-project/filecoin-pin/issues/211)) ([443e285](https://github.com/filecoin-project/filecoin-pin/commit/443e285534c3312282d6184a0e3c223a288e736b))
10+
* deposit with permit integration ([#202](https://github.com/filecoin-project/filecoin-pin/issues/202)) ([121e342](https://github.com/filecoin-project/filecoin-pin/commit/121e3426fcc097cc971cdc5b1b6980641132366f))
11+
* perform update checks ([#219](https://github.com/filecoin-project/filecoin-pin/issues/219)) ([d27e6e6](https://github.com/filecoin-project/filecoin-pin/commit/d27e6e62736366640db84d6fc79af1189b7f1555))
12+
13+
14+
### Bug Fixes
15+
16+
* add/import validate capacity with floor pricing ([#218](https://github.com/filecoin-project/filecoin-pin/issues/218)) ([70e780f](https://github.com/filecoin-project/filecoin-pin/commit/70e780f131ed7724460fcddfcc72a3546c045c84))
17+
* filecoin-pin/upload-action always builds filecoin-pin ([#204](https://github.com/filecoin-project/filecoin-pin/issues/204)) ([ecfb9e0](https://github.com/filecoin-project/filecoin-pin/commit/ecfb9e08508ce768961040f634b05afd4f72e15a))
18+
* piece metadata is displayed as is ([#222](https://github.com/filecoin-project/filecoin-pin/issues/222)) ([00e7ff9](https://github.com/filecoin-project/filecoin-pin/commit/00e7ff9352382c73334e02de90c431ac095b63d5))
19+
* refresh payments status CLI output ([#223](https://github.com/filecoin-project/filecoin-pin/issues/223)) ([13f557e](https://github.com/filecoin-project/filecoin-pin/commit/13f557e498951e6d96cf1f0df8a80d7832637ad6))
20+
* remove known-good-providers recommendation in examples ([#214](https://github.com/filecoin-project/filecoin-pin/issues/214)) ([f46eab4](https://github.com/filecoin-project/filecoin-pin/commit/f46eab4e07cfa4c67d9c424587bdb00277daee47))
21+
* upload-action pr comment uses consistent spacing ([#206](https://github.com/filecoin-project/filecoin-pin/issues/206)) ([39a03c0](https://github.com/filecoin-project/filecoin-pin/commit/39a03c0b868b6f29e924ca809deec66928093bbd))
22+
23+
24+
### Chores
25+
26+
* add dataset alias for 'data-set' subcommand ([#224](https://github.com/filecoin-project/filecoin-pin/issues/224)) ([391cd79](https://github.com/filecoin-project/filecoin-pin/commit/391cd79c3abd2059fbd5ce08f6b4c48e08529309))
27+
* **deps-dev:** bump @biomejs/biome from 2.3.3 to 2.3.4 ([#212](https://github.com/filecoin-project/filecoin-pin/issues/212)) ([4edab90](https://github.com/filecoin-project/filecoin-pin/commit/4edab901d2d31edfd86ffa4589479d93094ca3a2))
28+
329
## [0.11.1](https://github.com/filecoin-project/filecoin-pin/compare/v0.11.0...v0.11.1) (2025-11-04)
430

531

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.11.1",
3+
"version": "0.12.0",
44
"description": "Bridge IPFS content to Filecoin Onchain Cloud using familiar tools",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)