I made a project and put it on github, it's basically a small powershell function that is pretty useful in some situations. I've since made some improvements to it to add functionality...but someone else liked it as well and made his own 'dev' branch to it.
I don't want to be a jerk and ignore his changes, but I also like the code that I made and my new changes are pretty great for what people will be doing with this tool. What would be considered the best practice in a situation like this? Should I rename my changes as Scriptv2.ps1? Should I just push my new changes in a commit and let the other party make his tweaks again?
What's considered polite in a situation like this one?