On Wed, Feb 5, 2025, at 03:05, Tanguy LE CARROUR wrote: > but I also had to update one of its dependency: > `go-git-sr-ht-rjarry-go-opt`. > It’s a major update to `2.0.1` so I created a new > `go-git-sr-ht-rjarry-go-opt-v2` > inheriting from `go-git-sr-ht-rjarry-go-opt`… but realized that > `go-git-sr-ht-rjarry-go-opt` was only used by `aerc`. > > Is it any use to create a new package? Should I just update the existing one? > Should I rename it? Create a new one? … so many questions!! 😱
You should update the existing package. No need to rename it. Treat it like any other library package. It would be more complicated if it had more than one user. Any other questions? :)