KokaKiwi / rust-hex

A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.
https://crates.io/crates/hex
Apache License 2.0
201 stars 55 forks source link

Git tags for releases #26

Closed Nemo157 closed 5 years ago

Nemo157 commented 5 years ago

It would be really nice if you could tag the commits that are used for releases, that would make it really easy for tools like Dependabot to link to which commits are included in a new release when evaluating an update PR.

Nemo157 commented 5 years ago

(Relatedly the version number on master doesn't appear to have been bumped for 0.4.0)

KokaKiwi commented 5 years ago

Uh forgot to push here >< (I have this repo and another one on my GitLab instance, and i sometimes mess up with them...) Will do that soon, I should take the habit to tag every release

KokaKiwi commented 5 years ago

Done :smile:

Nemo157 commented 5 years ago

:tada: thanks a lot for back filling the old releases as well!