collectd / go-collectd

Utilities for using collectd together with Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please version and tag this project

aviau opened this issue · comments

Hello,

Can you please tag and version this project?

I am the Debian Maintainer for go-collectd and versioning would help Debian keep up with development.

Are there any specific requirements or recommended best practices around versioning Go libraries (in Debian)? In particular, since there's nothing like a SONAME version in Go, how are build dependencies handled usually? gopkg.in kinda suggests using the major version for a similar purpose. Is that all you'd care about?

Tagging the repository and respecting http://semver.org/ is all I care about.

We don't yet ship golang .so in Debian but even when we do that is going to be our job to version them.

I've just pushed tag "v0.1.0".

Best regards,
—octo