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

fix: module path should reflect v2 release #40

Merged
merged 6 commits into from
Dec 12, 2024
Merged

Conversation

MadsRC
Copy link
Contributor

@MadsRC MadsRC commented Dec 12, 2024

The new major version, 2.0.0, has been released (https://github.com/plar/go-adaptive-radix-tree/releases/tag/v2.0.0) but does not include an update to the module path in go.mod as described here.

I believe this is the reason pkg.go.dev hasn't picked up the v2 release and also why the v2 release cannot be imported in new projects.

@plar
Copy link
Owner

plar commented Dec 12, 2024

@MadsRC Good catch! I missed it. Would you mind updating the references as well?

Specifically in: doc.go, README.md, and examples/*.

github.com/plar/go-adaptive-radix-tree => github.com/plar/go-adaptive-radix-tree/v2

@plar plar added the chore label Dec 12, 2024
@MadsRC
Copy link
Contributor Author

MadsRC commented Dec 12, 2024

No problem - I've included those changes as well!

@plar plar merged commit 7ac1530 into plar:master Dec 12, 2024
4 checks passed
@plar
Copy link
Owner

plar commented Dec 12, 2024

@MadsRC Thanks for this contribution!

@MadsRC MadsRC deleted the patch-1 branch December 13, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants