Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Release v0.2.0 #57

Merged
merged 1 commit into from Nov 9, 2022
Merged

Release v0.2.0 #57

merged 1 commit into from Nov 9, 2022

Conversation

lidel
Copy link
Member

@lidel lidel commented Nov 9, 2022

Bumping to v0.2.0 since #56 introduces restrictions around the way paths are validated by TAR writer.

@ipfs ipfs deleted a comment from welcome bot Nov 9, 2022
@github-actions
Copy link

github-actions bot commented Nov 9, 2022

Suggested version: v0.2.0
Comparing to: v0.1.1 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 5c58e42..3103656 100644
--- a/go.mod
+++ b/go.mod
@@ -6,4 +6,10 @@ require (
 	golang.org/x/sys v0.0.0-20190302025703-b6889370fb10
 )
 
-go 1.16
+require (
+	github.com/davecgh/go-spew v1.1.0 // indirect
+	github.com/pmezard/go-difflib v1.0.0 // indirect
+	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
+)
+
+go 1.18

gorelease says:

# github.com/ipfs/go-ipfs-files
## compatible changes
ErrUnixFSPathOutsideRoot: added

# summary
Suggested version: v0.2.0

gocompat says:

(empty)

@lidel lidel merged commit 7a34343 into master Nov 9, 2022
@lidel lidel deleted the release-0.2 branch November 9, 2022 16:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants