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

Release v0.1.0 #46

Merged
merged 1 commit into from
Jan 17, 2022
Merged

Release v0.1.0 #46

merged 1 commit into from
Jan 17, 2022

Conversation

aschmahmann
Copy link
Contributor

Marking as v0.1.0 since technically there are some restrictions here like preventing wacky file names in Windows (which likely would've been handled by the OS anyway but still 🤷 ).

@welcome
Copy link

welcome bot commented Jan 14, 2022

Thank you for submitting this PR!
A maintainer will be here shortly to review it.
We are super grateful, but we are also overloaded! Help us by making sure that:

  • The context for this PR is clear, with relevant discussion, decisions
    and stakeholders linked/mentioned.

  • Your contribution itself is clear (code comments, self-review for the
    rest) and in its best form. Follow the code contribution
    guidelines

    if they apply.

Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment.
Next steps:

  • A maintainer will triage and assign priority to this PR, commenting on
    any missing things and potentially assigning a reviewer for high
    priority items.

  • The PR gets reviews, discussed and approvals as needed.

  • The PR is merged by maintainers when it has been approved and comments addressed.

We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution.
We are very grateful for your contribution!

@github-actions
Copy link

Suggested version: v0.1.0
Comparing to: v0.0.9 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index b042d4e..5c58e42 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,7 @@ module github.com/ipfs/go-ipfs-files
 
 require (
 	github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3
-	github.com/stretchr/testify v1.7.0 // indirect
+	github.com/stretchr/testify v1.7.0
 	golang.org/x/sys v0.0.0-20190302025703-b6889370fb10
 )
 

gorelease says:

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

# summary
Suggested version: v0.1.0

gocompat says:

(empty)

@aschmahmann aschmahmann merged commit 2338690 into master Jan 17, 2022
@aschmahmann aschmahmann deleted the release-v0.1.0 branch January 17, 2022 16:31
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.

2 participants