Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.1.1 #8

Merged
merged 1 commit into from
Jan 30, 2024
Merged

chore: release v0.1.1 #8

merged 1 commit into from
Jan 30, 2024

Conversation

guillaumemichel
Copy link
Contributor

Release v0.1.1 doesn't include any code change, but updates the module name to use the new Github org name.

Copy link

Suggested version: v0.1.1

Comparing to: v0.1.0 (diff)

Changes in go.mod file(s):

diff --git a/go.mod b/go.mod
index 3a0d477..5b3c680 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/plprobelab/go-libdht
+module github.com/probe-lab/go-libdht
 
 go 1.20
 

gorelease says:

# github.com/plprobelab/go-libdht/kad
## incompatible changes
NodeID: changed from NodeID[K Key[K]] to NodeID[K Key[K]]
RoutingTable: changed from RoutingTable[K Key[K], N NodeID[K]] to RoutingTable[K Key[K], N NodeID[K]]

# github.com/plprobelab/go-libdht/kad/kadtest
## incompatible changes
ID: changed from ID[K github.com/plprobelab/go-libdht/kad.Key[K]] to ID[K github.com/probe-lab/go-libdht/kad.Key[K]]
NewID: changed from func(K) *ID[K] to func(K) *ID[K]

# github.com/plprobelab/go-libdht/kad/key
## incompatible changes
KeyList: changed from KeyList[K github.com/plprobelab/go-libdht/kad.Key[K]] to KeyList[K github.com/probe-lab/go-libdht/kad.Key[K]]

# github.com/plprobelab/go-libdht/kad/key/test
## incompatible changes
KeyTester: changed from KeyTester[K github.com/plprobelab/go-libdht/kad.Key[K]] to KeyTester[K github.com/probe-lab/go-libdht/kad.Key[K]]

# github.com/plprobelab/go-libdht/kad/trie
## incompatible changes
Add: changed from func(*Trie[K, D], K, D) (*Trie[K, D], error) to func(*Trie[K, D], K, D) (*Trie[K, D], error)
Closest: changed from func(*Trie[K, D], K, int) []Entry[K, D] to func(*Trie[K, D], K, int) []Entry[K, D]
Entry: changed from Entry[K github.com/plprobelab/go-libdht/kad.Key[K], D any] to Entry[K github.com/probe-lab/go-libdht/kad.Key[K], D any]
Equal: changed from func(*Trie[K, D], *Trie[K, D]) bool to func(*Trie[K, D], *Trie[K, D]) bool
Find: changed from func(*Trie[K, D], K) (bool, D) to func(*Trie[K, D], K) (bool, D)
Locate: changed from func(*Trie[K, D], K) (bool, int) to func(*Trie[K, D], K) (bool, int)
New: changed from func() *Trie[K, D] to func() *Trie[K, D]
Remove: changed from func(*Trie[K, D], K) (*Trie[K, D], error) to func(*Trie[K, D], K) (*Trie[K, D], error)
Trie: changed from Trie[K github.com/plprobelab/go-libdht/kad.Key[K], D any] to Trie[K github.com/probe-lab/go-libdht/kad.Key[K], D any]

# github.com/plprobelab/go-libdht/kad/triert
## incompatible changes
BucketLimit20: changed from func(*TrieRT[K, N], K) bool to func(*TrieRT[K, N], K) bool
Config: changed from Config[K github.com/plprobelab/go-libdht/kad.Key[K], N github.com/plprobelab/go-libdht/kad.NodeID[K]] to Config[K github.com/probe-lab/go-libdht/kad.Key[K], N github.com/probe-lab/go-libdht/kad.NodeID[K]]
DefaultConfig: changed from func() *Config[K, N] to func() *Config[K, N]
KeyFilterFunc: changed from KeyFilterFunc[K github.com/plprobelab/go-libdht/kad.Key[K], N github.com/plprobelab/go-libdht/kad.NodeID[K]] to KeyFilterFunc[K github.com/probe-lab/go-libdht/kad.Key[K], N github.com/probe-lab/go-libdht/kad.NodeID[K]]
New: changed from func(N, *Config[K, N]) (*TrieRT[K, N], error) to func(N, *Config[K, N]) (*TrieRT[K, N], error)
NodeFilter: changed from NodeFilter[K github.com/plprobelab/go-libdht/kad.Key[K], N github.com/plprobelab/go-libdht/kad.NodeID[K]] to NodeFilter[K github.com/probe-lab/go-libdht/kad.Key[K], N github.com/probe-lab/go-libdht/kad.NodeID[K]]
TrieRT: changed from TrieRT[K github.com/plprobelab/go-libdht/kad.Key[K], N github.com/plprobelab/go-libdht/kad.NodeID[K]] to TrieRT[K github.com/probe-lab/go-libdht/kad.Key[K], N github.com/probe-lab/go-libdht/kad.NodeID[K]]

gocompat says:

Your branch is up to date with 'origin/main'.

Automatically created GitHub Release

A draft GitHub Release has been created.
It is going to be published when this PR is merged.
You can modify its' body to include any release notes you wish to include with the release.

@guillaumemichel guillaumemichel merged commit 7a648c5 into main Jan 30, 2024
6 checks passed
@guillaumemichel guillaumemichel deleted the release/v0.1.1 branch January 30, 2024 10:18
Copy link

Fix go-libdht release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant