v0.4.2
Fixes:
-
Vendoring: C files were not copied by
go mod vendor
because they were not into a Go package. By moving them into thebindings
package, they are now correctly copied by the regulargo mod vendor
command without further concer. -
Remove the unused plugin compilation mode since we now it won't be used anymore.