-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: update mfs dep to make interop tests pass #1439
Conversation
package.json
Outdated
@@ -108,7 +108,7 @@ | |||
"ipfs-block": "~0.7.1", | |||
"ipfs-block-service": "~0.14.0", | |||
"ipfs-http-response": "~0.1.2", | |||
"ipfs-mfs": "~0.0.16", | |||
"ipfs-mfs": "~0.0.17", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please release a minor version. Seems that the error message changed and that should be considered a breaking change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I should have done that ages ago:
How should I deal with revisions in the 0.y.z initial development phase?
The simplest thing to do is start your initial development release at 0.1.0 and then increment the minor version for each subsequent release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
error changes are breaking changes
c41ff80
to
d27bf0c
Compare
The new version updates the error messages to be the same as go, and fixes the case where
mkdir
ing an existing directory with the-p
option should not cause an error to occur.