Releases: ipfs/go-ipfs-cmds
Releases · ipfs/go-ipfs-cmds
v0.14.0
What's Changed
- chore(deps): bump github.com/ipfs/boxo from 0.22.0 to 0.23.0 by @dependabot in #264
- chore(deps): bump golang.org/x/term from 0.23.0 to 0.24.0 by @dependabot in #263
- chore(deps): bump github.com/rs/cors from 1.10.1 to 1.11.1 by @dependabot in #262
- chore(deps): bump github.com/ipfs/boxo from 0.23.0 to 0.24.2 by @dependabot in #268
New Contributors
- @dependabot made their first contribution in #264
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- go 1.22 version bump
- ci: uci/update-go by @web3-bot in #260
- Attempt at retracting
v2.0.1+incompatible
by @AnomalRoil in #254
New Contributors
- @AnomalRoil made their first contribution in #254
Full Changelog: v0.12.0...v0.13.0
v0.12.0
What's Changed
- chore(ci): upgrade to GitHub-native Dependabot by @dependabot-preview in #208
- chore: update dependencies and test against kubo by @lidel in #255
Full Changelog: v0.11.0...v0.12.0
v0.11.0
v0.10.2
What's Changed
- fix(http): return error in case of panic by @fabiobozzo in #250
New Contributors
- @fabiobozzo made their first contribution in #250
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- ci: uci/update-go by @web3-bot in #246
- ci: uci/copy-templates by @web3-bot in #247
- chore: retract gx tags by @aschmahmann in #248
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore: upgrade to boxo v0.8.0 by @guseggert in #238
- ci: uci/delete-templates by @web3-bot in #240
- ci: uci/copy-templates by @web3-bot in #241
- ci: uci/copy-templates by @web3-bot in #242
- doc: clarify flag inheritance explanation by @patrickReiis in #244
New Contributors
- @patrickReiis made their first contribution in #244
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.7.0
What's Changed
- Resolve
staticcheck
issue in prep for unified CI by @masih in #212 - fix: preserve windows file paths by @Stebalien in #214
- sync: update CI config files by @web3-bot in #207
- Fix exec deadlock when emitter is not Typer intf by @djdv in #216
- Fix my own bug in postrun Execute by @djdv in #217
- sync: update CI config files by @web3-bot in #221
- allow header and set header in client by @Stebalien in #226
- allow header and set header in client by @hunjixin in #222
- feat(Command): add status for the helptext by @schomatis in #225
- chore: release v0.7.0 by @lidel in #227
New Contributors
- @masih made their first contribution in #212
- @web3-bot made their first contribution in #207
- @hunjixin made their first contribution in #222
- @lidel made their first contribution in #227
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- Added support for
DelimitedStringsOption
which allows the CLI to process options likecommand --inputs="a,b,c --inputs="x,y,z"
as[]string{"a","b","c","x","y","z"}
. - Added strictness + panics if trying to use an incorrect default option (e.g.
StringOption("string", "s", "a string").WithDefault(5)
)