v2.3.1 (π π£ Defuse)
Changed
- Go Modules: /v2 suffix on module path #63 (@pda)
- This makes v2.3.x findable by Go Modules aware version of Go, but also introduced the requirement of Semantic Import Versioning which means callers appending the new
/v2
package path suffix, as seen in theexamples/*.go
files.
- This makes v2.3.x findable by Go Modules aware version of Go, but also introduced the requirement of Semantic Import Versioning which means callers appending the new