Am 29.08.2014 20:37, schrieb Philippe Sigaud:

On Fri, 29 Aug 2014 19:55:46 +0200, Sönke Ludwig wrote:

The registry automatically picks up new tags after a while (it seems to
have found the 0.1.0 one now), so usually there is nothing more to do.

Great!

How does that work? What if I create a v0.1.1 tag, which I don't want being referred to?

That's not possible right now, it will always be picked up if it's a
valid SemVer string prefixed by "v". But you could name it just "0.1.1"
or "x0.1.1" to avoid that, or, probably better, name it as a pre-release
version, such as "v0.1.1-alpha.1" or similar. People will be able to
refer to it, but DUB won't automatically use it unless --prerelease is
explicitly specified.

BTW, if you have a user account on code.dlang.org, I can transfer the
repository ownership to you, so you can see any possible error messages
(just need your username or the e-mail address used for registration).

Yes, that'd be just as well.

username: philippesigaud
e-mail: philippe.sigaud@gmail.com

Done. Should show up in your "My packages" list now.